Alteryx Designer Desktop Discussions

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

Need to convert the number to a date format

Lakshmikanth_2021
8 - Asteroid
Current dateExpected date
44895.9828830-11-22
3 REPLIES 3
DataNath
17 - Castor

Hey @Lakshmikanth_2021 to do that, you just need to wrap the number in the ToDate() function. If you want it in that exact format, you can use the second expression here:

 

DataNath_0-1669904593270.png

Luke_C
17 - Castor

Hi @Lakshmikanth_2021 

 

Use the 'ToDate()' function to convert to date, then 'DateTimeFormat()' to format how you need. You could nest these formulas but I broke them out for clarity:

Luke_C_0-1669904644968.png

 

 

Emmanuel_G
13 - Pulsar

@Lakshmikanth_2021 

 

Find in attachement a way of doing that.

Emmanuel_G_0-1669904699106.png

 

Labels