The format of the date is: 09-Aug-2018.
What tool or function would I use to convert this to a Alteryx date format?
Solved! Go to Solution.
Try a Formula Tool with
DateTimeParse("%d-%b-%Y")
Specify that the new variable you're creating should be a date.
Hope that helps!
John
Great suggestion. I just had to figure out were to put the field name in the calculation. Here is the complete formula I used:
DateTimeParse([date],"%d-%b-%Y")
I just started using Alteryx this week so I'm pretty new. This tip is going into my OneNote folder for Alteryx tips on formulas.
Thanks again for the quick help.
Hi Ben, Thanks for the suggestion. I did try the date time parse tool but it did want to convert my date format.