Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Time Format Override

FabianAvina
7 - Meteor

I successfully reformatted the date from YYYY-MM-DD Time to MM/DD/YY using a DateTime Parse tool. It created a new column at the end of my workbook but I really need to replace the existing column with the new format.

 

FYI, I need to perform the same function for 3 different columns total. Any suggestions?

1 REPLY 1
echuong1
Alteryx Alumni (Retired)

You can use a Select tool to remove the previous column, and also rename the new column created and move it to where the previous column was located. Let me know if that helps!

 

You can also try using the datetimeformat() function.

Labels
Top Solution Authors