Hello,
I am trying to get the attached date time formatted into Alteryx's native date time format using Date Time Parse, but I cannot figure our the format for the "language" in the formula.
Any insight here on the language structure would be appreciated!
Solved! Go to Solution.
I attached my solution above - let me know if it works for your requirements. Otherwise if not, please post the sample data so we can work with it better and let us know what else would be needed. Thank you!
I am confused by your note - Alteryx DateTime format is YYYY-MM-DD hh:mm:ss only. Is there another format you are expecting?
In your solution - the "T" is still present in the middle of the new date time output so its not in the correct format and i will not be able to manipulate the output after using that formula as if it is a date.
But my solution doesn't have the T?
use this formual
ToDateTime([Invoice Date])
this will help