Start Free Trial

Alteryx Designer Desktop Discussions

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

Date format required : MM/DD/YYYY

Karthick461
8 - Asteroid

Hello,

 

 I have a column name Date which is yyyyymmdd format. I would like to change format to MM/DD/YYYY. Tried with few steps, but still not getting proper answer.

 

Can anyone please help

3 REPLIES 3
AngelosPachis
16 - Nebula

Hi @Karthick461 ,

 

You should first convert it to a date format within alteryx and then to a mm/dd/yyyy format. Here's an example how you can do it

AngelosPachis_0-1639590898708.png

 

binu_acs
21 - Polaris

@Karthick461 Another option using formula tool

Spoiler
binuacs_0-1639596934144.png

 

PhilipMannering
16 - Nebula
16 - Nebula

Though I prefer @AngelosPachis method, an alternative would be to use the Regex Tool,

PhilipMannering_0-1639597099232.png

 

Labels
Top Solution Authors