In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

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
18 - Pollux
18 - Pollux

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
Top Solution Authors