Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

converting multi-format date field

Hi,

I have a column storing date, with different format, it could be either DD/MM/YY or MM/DD/YY, is there a way to transform them to be all into same format?

Thanks.

3 Replies
ariel_klien
Specialist
Specialist

Hi

You can use Date(DateField,'DD/MM/YYYY')

BR

Ariel

swuehl
MVP
MVP

Please have a look at the alt() function in the Help file.

But how do you know, if 01/02/2013 is Feb 1st or Jan 2nd?

Not applicable
Author

Hi All,

That's the tricky part, all dates are in the same columns.

Just want to check if there's a quick way before correcting the data itself.

Thanks.