Alteryx Designer Desktop Discussions

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

Date format

hf14
8 - Asteroid

I have date in below format:

0131205

 

Expected output:

Dec 05, 2013

 

 

1 REPLY 1
alexnajm
16 - Nebula
16 - Nebula

This would be a Formula tool to format into a date, then reformat the way you want as a string. DateTimeFormat(DateTimeParse("2"+[Data],"%y%m%d"),"%b %d, %Y")

Labels