Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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