Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

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