Hello team,
I am working on a project which requires me to convert data in string format to date format.
Normally alteryx converts '19/06/50' as '2050-06-19' when i use Datetime tool. This is correct.
However, I am encountering weird problems when the string in question is '20/02/60'.
Alteryx converts this to date as '1960-02-20', where as I need '2060-02-20'. 60 is interpreted as 1960, and not as 2060. Same for '22/06/99' interpreted as '1999-06-22' and not as '2099-06-22'.
Why is this and how do I get around this problem ?
Example workflow attached.
Thanks a lot for your help.
Raksha