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.
SOLVED

date-format

ohruud
7 - Meteor

Hi there,

 

I am trying to concert som data into a date-datatype, but for some reason, the conversion changes the format. 

 

It is a excel file that bring in the data as string, and the format of the date is dd.mm.yyyy.  When I covert the data into a date-datatype, it changes the order, and returns yyyy-dd-mm.  

 

I used the formula tool with this formula:   DateTimeParse([Dat],"%d.%m.%y")

 

Thanks in advance

 

 

10 REPLIES 10
ohruud
7 - Meteor

Hi,

 

Yes, YYYY-MM-DD is the format alteryx uses:)

 

 

Labels
Top Solution Authors