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.

How to covert Multiple DATEs ( Data type : String) convert to Date format (DD:MM:YYYY)

Anjankumar2021
8 - Asteroid

How to covert Multiple DATEs ( Data type : String) convert to Date format (DD:MM:YYYY)

 

 

Anjankumar2021_0-1679585512247.png

 

2 REPLIES 2
gaoa
11 - Bolide

Hi @Anjankumar2021 

You can use this formula: DateTimeFormat([Sale date],"%d/%m/%Y")

gaoa_0-1679586233296.png

KimLamNg
9 - Comet

You can transpose to have all the dates in one column then convert data type from string to date. However, the standard date format in Alteryx is "yyyy-mm-dd", so I don't think it possible to have the desired outcome.

Labels
Top Solution Authors