Dear Experts
I need someone to guide me on how to convert Text contains time zone like this "Mon, 25 Oct 1999 16:06:00 -0700 (PDT)" Into Date "25-10-1999", Please note that I tried the available date conversion and convertx but I failed to change it into Date.
Thank you
Solved! Go to Solution.
It gives me a NULL Value
If you convert the Output into String some of them will be NULL and the other will work correctly.
I'd miscounted and you need 17 not 16.
If you want a Date output then:
DateTimeParse( trim(left([Detail],17)), "%a, %d %b %Y")
Will work
@jdunkerley79 It works now but there is one problem when I convert the string into date through (select tool) it will gives NULL , how we overcome this issue?
For Date you must use the later formula without the datetimeformat part.
Alteryx dates are just strings in yyyy-MM-dd format.