Hi! Can you help again please
Input :
Output should be 2022-06-06
YYYY-MM-DD
Thank you in advance
Solved! Go to Solution.
Hi @kathbanc
You'll need to use the datetimeparse() function, as you've got AM/PM
There's more info here https://help.alteryx.com/20231/designer/datetime-functions
But I think this is what you want:
datetimeparse([Field],"%d-%b-%y %I:%M %p")
Hope that helps,
Ollie
edit: no keeping up with @binuacs ;)
Thank you all so much!!! Very much appreciated