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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Date Format issue

AKPWZ
8 - Asteroid

Hi again,

Trying to solve a date format issue that I encountered today, I would really appreciate it if someone could tell me what 45021.28263 is and how to change it to 3/31/2023 15:03:07.

Thank you

5 REPLIES 5
binuacs
21 - Polaris

@AKPWZ I am getting a different date value

binuacs_0-1682665043278.png

 

Qiu
21 - Polaris
21 - Polaris

Excel shows a bit different also.

Qiu_0-1682666843088.png

 

PhilipMannering
16 - Nebula
16 - Nebula

You can also do,

ToDateTime([Date])
anandakrishnan
8 - Asteroid

@binuacs 

👍

caltang
17 - Castor
17 - Castor

Using ToDateTime(ToNumber([Date])) gets me this result. 

caltang_0-1682674481018.png

 

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors