I have multiple fields that I want to change the datetime format that Alteryx autos to. I have about 10+ different date fields and would like to convert the dates all at once rather than put into multiple tools and I want the output to be a date not a string.
This is what Alteryx is giving me
Received Date | Ship Date | Promised Date | Scheduled Ship Date |
2015-05-09 | 2015-05-15 | 2015-06-10 | 2015-05-20 |
This is what I want it to look like
Received Date | Ship Date | Promised Date | Scheduled Ship Date |
5/9/15 | 5/15/15 | 6/10/15 | 5/20/15 |
Solved! Go to Solution.
I typically do the alternate route. so much more intuitive.