Hi All,
How can I convert this String date format to proper Datetime format?
Date
==========
Mon Jun 13 13:38:25 2022
Need help.
Solved! Go to Solution.
Hey @EN6924, you can do this in a Formula tool by using the following expression:
DateTimeParse([Input],'%a %b %d %H:%M:%S %Y')