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.

Change date format

rawan20201
6 - Meteoroid

I want to change the date format from 2020-1-1 to 1/1/2000. I tried using DateTime and Formula, Action tools, but the result only applied in the workflow. When I tried to run the application, the new format did not appear. The required result is that when the user opens the application and selects a date, the date column in the Excel file output appears in the format 1/1/2000.

2 REPLIES 2
binuacs
21 - Polaris

@rawan20201 I believe you're looking for an analytic app where the user can select any date, and that date should be in the format mm/dd/yyyy. If that's the case, the attached workflow should work.

binuacs_0-1751191387370.png

 

apathetichell
20 - Arcturus

@rawan20201 --- should should review how dates are formatted. A date is the 'yyyy-mm-dd' format. Done. That's it. Anything else is a string. If you can explain what you are trying to do---- that might help, but a full column of excel dates should be natively brought in as dates in Alteryx. If they are a mix of dates and string in excel ---> they will become strings in Alteryx. You can use various tools to reformat your data as you want but in the end --- a date is YYYY-MM-DD. that's it.

Labels
Top Solution Authors