Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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