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

Date/Time Parse

JeffJones
6 - Meteoroid

I have a date in the format of 2023-02-23.  I am having trouble getting it to convert to a format of 2/23/2023.

 

I performed a date/time function to get the data to 2023-02-23  as shown below but can get it to end up as 2/23/2023

 

JeffJones_0-1677299014905.png

 

1 REPLY 1
BrandonB
Alteryx
Alteryx

If you are starting with an actual date data type you can use DateTimeFormat([DateField], "%m/%d/%Y") to get it into your desired format in a formula tool. 

 

https://help.alteryx.com/20223/designer/datetime-functions use this link as a reference page for date type operators

Labels
Top Solution Authors