We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

DateTime question creting new colums

grromerro
8 - Asteroid

Hi All,

 

I have a column with dates that I need to transform to 1) show today’s date, 2) with format %d-%b-%y (like 13-Sep-22) and 3) the new final Colum  has to be data type “date” (no String).

 

I have tried using DateTimeFormat & DateTimeParse formulas and I can’t get the combination %d-%b-%y & Data type ”Date” in the same column.

 

Please see below. I appreciate your help.

 

Thank you

GR

 

grromerro_0-1663078349721.jpeg

 

2 REPLIES 2
DataNath
17 - Castor
17 - Castor

Unfortunately this is impossible @grromerro. Alteryx only deals with dates in YYYY-MM-DD format. If it's not presented like that, it can only be processed as a string: https://help.alteryx.com/20221/designer/datetime-functions

 

What's the bigger picture here? Could perhaps suggest alternatives or workarounds.

binuacs
21 - Polaris

@grromerro Updated your workflow to reflect the correct date format

 

binuacs_0-1663078730110.png

 

Labels
Top Solution Authors