I always run into this issue converting date formats. Maybe im not understanding something.
My date field is importing to alteryx as int36 data type as YYYY-MM-DD. First I tried to add a formula on to convert it using datetimeformat([Date],"%m/%d/%y") and the format doesn't change.
Then i tried to add select tool, change to a string format and then use Datetime tool. Selected string to date/time format and selected the format the date is current in yyyy-MM-dd but now how do i chose what format to convert it to?
I simply want to change 2024-07-31 to 07/31/2024.
Please help.
Thank you,