Hi, I have a question regarding the Datetimeformat function.
I had two different formats (strings) in my Date column:
4/19/2022 1:52:16 AM
5-3-2022 03:47
First, I've used the DateTime tool to change the dates to the same DateTime format:
2022-04-19 01:52:16
2022-05-03 03:47:00
Now I would like to change the format to
19-04-2022 01:52:16
03-05-2022 03:47:00
When I use the formula tool and type in the next function, I only get Nulls.What am I doing wrong here?
DateTimeFormat([Date], '%d-%m-%Y %H:%M:%S')