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 to Date Value

tbrown06
6 - Meteoroid

Does anyone know how to convert a date in the format yyyy/mm/dd to date value? Date value is the number of days since 1/1/1900.

2 REPLIES 2
derekbelyea
12 - Quasar

2018-02-15_00069.png

rahul1011
8 - Asteroid

Use text input to input the 1900 date value, append it to the input data using append tool and then use the DateDiff function in formula tool to find the difference between the dates.

Labels
Top Solution Authors