Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Date Conversion

timothysmith_NYFRB
7 - Meteor

I have an Alteryx date (2022-11-01), how do I convert that to November 1, 2022

5 REPLIES 5
binuacs
20 - Arcturus

@timothysmith_NYFRB One way of doing this 

binuacs_0-1668035380966.png

 

gautiergodard
13 - Pulsar

Agree with @binuacs .

 

Here is another way to do the same thing using the date time convert tool from the Parse Pallet:

 

gautiergodard_0-1668039060847.png

 

grazitti_sapna
17 - Castor

@timothysmith_NYFRB , Please find the solution. You can easily do it by converting datetime to string and give it the required format.

grazitti_sapna_0-1668055619270.png

 

Sapna Gupta
DenisZ
11 - Bolide

You can use the formula tool with the formula 

 

 

DateTimeFormat([Date],"%B, %Y")

 

Hope it helps.  

Sebastiaandb
12 - Quasar

Hi @timothysmith_NYFRB ,

 

Here is a solution without the leading zero for the day of the month.

 

 

DateTimeFormat([Field1],"%B %e, %Y")

 

 

See the attached workflow as well :-)

 

Sebastiaandb_0-1668065745061.png

 

Greetings,

Seb

Labels