Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Date Transformation

RajatRehria
8 - Asteroid

Hi guys,

 

I have dates like below format:

Month
07/01/2022
08/01/2022
09/01/2022
10/01/2022
11/01/2022
12/01/2022
01/01/2023
Totals

 

and i want to convert this column like below using date formula, i tried the Date Time tool but that is not working, kindly help me with the formula for the desired output:

Month
July-2022
August-2022
September-2022
October-2022
November-2022
December-2022
January-2023

 

3 REPLIES 3
ChrisTX
16 - Nebula
16 - Nebula

Guessing your input data type is string.  See attached workflow.

 

Screenshot 2023-10-04 070116.png

Chris

I would use the Date Time Tool then a Formula tool for the desired output. 

Date Transformation_workflow.PNG

ShankerV
17 - Castor

 Hi @RajatRehria 

 

One way of doing this.

 

DateTimeFormat(DateTimeParse([Month],"%m/%d/%y"),"%B-%Y")

 

Screenshot 2023-10-04 173747.png

 

Many thanks

Shanker V

 

 

 

Labels
Top Solution Authors