Alteryx Designer Desktop Discussions

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

Date format

hf14
Asteroide

I have date in below format:

0131205

 

Expected output:

Dec 05, 2013

 

 

1 RESPUESTA 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")

Etiquetas