Hi all,
As we exit out of the DateTime parsing tool, we get: 07-14-2022 19:36:04. And it is stored in a field called [DateTime_Out].
I would like it to display: 07-14-2022 07:36 PM.
What I'm trying to do to get that desired format is this in a formula tool:
DateTimeParse([DateTime_Out],'%m-%d-%y %I:%M:%S %p')
I get this error:
Formula (8) DATETIMEPARSE: Cannot convert "07-14-2022 19:33:36" to a date/time with format "%m-%d-%y %I:%M:%S %p" and language "English": Hour is out of range 1..12: '19:33:36'
How can I express this date/time as mm-dd-yyyy HH:MM on a 12 hour clock showing AM or PM?
thank you,
Chris