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

Date Not converting in YYYY-MM-DD

Srawat
8 - Asteroid

Hi,

 

I am trying to convert date YYYY-MM-DD by using formula tool. however not changing the format. Please advise.

 

Srawat_0-1665064306398.png

 

Srawat_1-1665064333073.png

 

Thanks,

Rajeev

 

3 REPLIES 3
DavidSkaife
13 - Pulsar

Hi @Srawat 

 

You need to change the format to match what format the date is currently in, so for your example you would need DateTimeParse([Date],'%m/%d/%Y')

Emmanuel_G
13 - Pulsar

@Srawat 

 

In attachement the way of doing that.

 

Emmanuel_G_0-1665064655705.png

 

Srawat
8 - Asteroid

Thanks! get the date format.

Labels