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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how ta change date format from DD MM YY to MM DD YY

can anyone help me

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

If the date is a number:

Date(FieldDate, 'MM DD YY')

If the date is a string:

Date(Date#(FieldDate, 'DD MM YY'), 'MM DD YY')

Regards,

Ricardo

View solution in original post

1 Reply
Not applicable
Author

Hi,

If the date is a number:

Date(FieldDate, 'MM DD YY')

If the date is a string:

Date(Date#(FieldDate, 'DD MM YY'), 'MM DD YY')

Regards,

Ricardo