Hi All,
I have a date coming in via Excel as Sep 6, 2019, 10:03:35 AM. It is accepted into Alteryx as a V_string. I need to convert it to a date in yyyy-mm-dd format.
Converting via Select tool or the DateTimeParse (tried DateTimeParse([Raw Date],"%Y/%m/%d")) results in nulls. What else can I do?
Thanks in advance,
Rosa
Solved! Go to Solution.
Hi Rosa,
try DateTimeParse([Raw Date],"%b %d, %Y")
%b is the abbreviated month name.
Best regards
Roland
Thank you very much! Both solutions works!
User | Count |
---|---|
19 | |
15 | |
15 | |
9 | |
8 |