hi,
i need to copy a part of value from Field A, the value of Field A are: "01/01/2022 9:00" Date and time.
i need on Field B only date copied from Field A"01/01/2022" and
on Field C only time copied from Field A "9:00"
how make this mod?
tks
Please login or Register to submit your answer
You will likely need to use js/jquery and split the string apart into an array and the once again use js/jquery to put the array pieces by index back into the appropriate fields.
Example: https://www.w3schools.com/jsref/jsref_split.asp