Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Need help to convert Date in String Format to Date Format

rdelmund
7 - Meteor

Hi Everyone, 

 

Need help to convert the Date/Time Filed  which is a string type to a date format readable in Alteryx. Later I will use the converted date to compare it on my other file.

Capture.PNG

Thanks. 

Rob

 

2 REPLIES 2
RolandSchubert
16 - Nebula
16 - Nebula

Hi Rob,

 

you can either use a Formula tool with DateTimeParse formula

DateTimeParse([Date/Time], "%a %d %b %y, %I:%M:%S %p")

or the DateTime tool for conversion.

See attached workflow for a small example.

 

Best regards

 

Roland

 

rdelmund
7 - Meteor

Thanks for the help. This is very helpful it's just i don't know what is the syntax that I'll use. 

Labels
Top Solution Authors