I have a string as 2-January-2019 , how can i convert to date format as native DateTime tool doesn't help
Or my apologies i can't solve it
Please advise
Solved! Go to Solution.
https://help.alteryx.com/current/designer/datetime-functions
DateTimeParse([your field],"%d-%B-%Y")
i feel your pain!
Cheers,
Mark
Hey @SamYX
DateTimeParse([Field1], "%d-%B-%Y") is what you'll need.
You should also bookmark this page as it has everything you need to know about datetime functions in Alteryx: https://help.alteryx.com/10.1/Reference/DateTimeFunctions.htm
Thanks a Lot...A lot to learn
Thanks a lot...sure i will save the link as bookmark
Thanks for sharing! Absolutely useful! Regards. Henry