Alteryx Designer Desktop Discussions

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

Date format change

deepakraj
5 - Atom

How to change date format from 13-08-2012 to 13-Aug-2012 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @deepakraj 

 

You can use formula like below.

DateTimeFormat(
DateTimeParse([Field1],"%d-%m-%Y"),
"%d-%b-%Y")

 

Workflow:

atcodedog05_0-1628784928131.png

 

Hope this helps : )

 

deepakraj
5 - Atom

Great. It worked. Thanks a lot.

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @deepakraj 

Cheers and have a nice day!

Labels
Top Solution Authors