We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

String to Date conversion

EN6924
10 - Fireball

Hi All,

 

How can I convert this String date format to proper Datetime format?

 

Date

==========

Mon Jun 13 13:38:25 2022

 

Need help.

1 REPLY 1
DataNath
17 - Castor
17 - Castor

Hey @EN6924, you can do this in a Formula tool by using the following expression:

 

DateTimeParse([Input],'%a %b %d %H:%M:%S %Y')
Labels
Top Solution Authors