Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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