We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

DATE AND TIME FORMAT

jonick1205
7 - Meteor

hello everyone,

 

Good day!

 

Just want to ask how can i show this format date MM/DD/YYYY since the default format date for altreryx is YYYY-MM-DD

2 REPLIES 2
apathetichell
20 - Arcturus

using formula:

to convert to date:

datetimeparse([yourfield],"%m%d%Y") (to a new date field)

 

to convert from date:

datetimeformat([yourdate field],"%m/%d/%Y") to a string field.

Qiu
21 - Polaris
21 - Polaris

@jonick1205 
We can also use DateTime tool

Capture1A.PNG

Labels
Top Solution Authors