Hello,
I have two separate date formats in my raw data file:
- Column 1: 1/5/2023 8:59 ("m/d/yyyy h:mm")
- Column 2: 7/2/2021 1:43:00 PM
How do I convert it to ISO format? I tried both - the DateTime Tool and the DateTimeParse function. I tried entering the custom format of "M/d/yyyy h:mm" in the DateTime tool, but the tool isn't recognizing the hour as a single digit. I did not even come close when I tried entering the date format in the DateTimeParse formula.
Could you please help?