Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to covert the 2 date formats in my data to one

sharmilaj
7 - Meteor

Hi all,

 

My data consists of 2 date format in string shown as below

 

DATE

10-JAN-21

20201031

 

How to convert the two scenarios into one date format of dd-mm-yyyy

 

Thanks

2 REPLIES 2
Adrian_T
Alteryx Alumni (Retired)

Hi @sharmilaj,

 

Here's one way of doing it. Some key concepts:

- Use DateTime Tool to convert your original strings to Alteryx recognizable DateTime format: yyyy-mm-dd

- Use DateTimeFormat formula to format date column to your desired format (dd-mm-yyyy in your case)

 

Adrian_T_0-1671160452189.png

 

sharmilaj
7 - Meteor

Thank you!

Labels