Hello,
I have a string field that I'm trying to convert to a date. An example of one of the strings is 13-DEC-2019 04:09 PM. I am trying to convert the string to a date/time field, but I cannot seem to get the time to work correctly. If is use the DateTime tool, it will convert all times to AM. I have also tried to use DateTimeParse, but I cannot get the AM/PM portion to work correctly there either.
Any suggestions?