Forum Discussion
Anonymous
5 years agoNot applicable
CONVERT TIME FORMATS
Hey Guys, I have a column with 24 hour date time values like this 10/02/2020 21:18:39 Which parse fine. How ever there are some values that look like this 10/14/2020 10:16:02 PM an...
- 5 years ago
That's where the issue lies.
See the expected format of Date for United Kingdom(dd/mm/yyyy):
However the date you have is in format-mm/dd/yyyy.
Can you try changing it to English(Unites States) and see if it fixes your issue?
Thankyou
PC2790
5 years agoCommunity Champion
That's where the issue lies.
See the expected format of Date for United Kingdom(dd/mm/yyyy):
However the date you have is in format-mm/dd/yyyy.
Can you try changing it to English(Unites States) and see if it fixes your issue?
Thankyou
Anonymous
5 years agoNot applicable
worked...thanks so much