Hi all.
I have thousands of rows of interval data where the date/time column is written like this: 2020-10-26T00:00:00. I would like the data to read dd/mm/yyyy hh:mm:ss. I tried doing a custom date and time format as per my requirement but it wont convert it. The 'T' in the original data seems to be the issue. If I delete the 'T' and then apply the custom date and time format, it works.
Any idea how to do this in bulk?
I have thousands of rows of interval data where the date/time column is written like this: 2020-10-26T00:00:00. I would like the data to read dd/mm/yyyy hh:mm:ss. I tried doing a custom date and time format as per my requirement but it wont convert it. The 'T' in the original data seems to be the issue. If I delete the 'T' and then apply the custom date and time format, it works.
Any idea how to do this in bulk?