Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

General Discussions

Discuss any topics that are not product-specific here.

DATE Format change

Lizbhernan
8 - Asteroid

I am trying to change the format of the date on my report (dd-mm-yy e.g. 15-oct-24) to format MM/DD/YYYY. I tried using the DateTime tool but I am getting Null. Can someone please help?

2 REPLIES 2
cmoussa
8 - Asteroid

Try using the attached WF. You need to convert the string date you have to an Alteryx date and then apply the date time format tool

Sanskriti22
7 - Meteor

You can alternatively use this formula in workflow = DateTimeFormat(DateTimeParse([DateField], "%d-%b-%y"), "%m/%d/%Y") for achieving desired result 

Labels
Top Solution Authors