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

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