Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

Convert DD-MMM-YYYY to MM/DD/YYYY

JuanH
6 - Meteoroid

I currently have a column (column 1) with dates in the following format: 01-JUL-2019. The select tool tells me Alteryx reads the dates as V_String. I want to create a new column (column 2) next to column 1 and convert all of the dates to the following format: 07/01/2019.

 

Can anyone help? Thank you!

9 REPLIES 9
fmvizcaino
17 - Castor
17 - Castor

Hi @JuanH ,

 

For that, you can use 2 datetime tool, one to transform your string into a date, then transform to your desired format.

 

fmvizcaino_0-1599624018136.png

 

 

Best,

Fernando Vizcaino

grazitti_sapna
17 - Castor

Hi @JuanH , try this solution as well.I hope this helps.

grazitti_sapna_0-1599626144645.png

 

Thanks.

Sapna Gupta
GaneshBo
Alteryx
Alteryx

Hi @JuanH ,

 

The attached solution is also similar to all of the above.

GaneshBo_0-1599631027865.png

 

Knowing the specifiers for the dates does the trick and you can check the help documentation for your reference:

https://help.alteryx.com/current/designer/datetime-functions

JuanH
6 - Meteoroid

Thank you!

MATTHEW_KING1
8 - Asteroid

Hi, is there any way to keep the data type as 'Date' on the new format? Seems all these end in the V_W String format. Which is not usable when then filtering by this column for anything date based.

Luke_C
17 - Castor
17 - Castor

@MATTHEW_KING1 No, in order to be treated as a date and work in date-based operations it must be in the Alteryx date format of yyyy-mm-dd.

MATTHEW_KING1
8 - Asteroid

@Luke_C Thanks, so therefore it is impossible to output in a date format of mm/dd/yyyy once you have converted from a string to Alteryx date format? Seems restrictive. I understand the need for the format within Alteryx, but thought on output you could convert to any desired format?

Luke_C
17 - Castor
17 - Castor

@MATTHEW_KING1 You can format it however you want on the output, in Alteryx it would be a string. That's not to say that wherever you're outputting to wouldn't support (or require) a different date format.

amruthas2
8 - Asteroid

@JuanH 

 

Link for your future reference

 

DateTime Functions | Alteryx Help

Labels
Top Solution Authors