Hi,
I have the following date format. I would like to split out the date (which would be easy enough but how would I translate the time to HH:MM AM/PM?
Ex. - 2023-07-06T14:34:21-04:00
I would like to have:
DateToUse = YYYY-MM-DD
TimeToUse = HH:MM AM/PM
Thanks.
Swi
I have the following date format. I would like to split out the date (which would be easy enough but how would I translate the time to HH:MM AM/PM?
Ex. - 2023-07-06T14:34:21-04:00
I would like to have:
DateToUse = YYYY-MM-DD
TimeToUse = HH:MM AM/PM
Thanks.
Swi