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

Change date format

SH_94
11 - Bolide

Dear community,

 

I would like to ask how we can change the date format as below :

SH_94_0-1663992207862.png

 

I have attached the file below for your reference.

 

Thank you.

 

3 REPLIES 3
BRRLL99
11 - Bolide

Hi

Use Formula Tool >> Add new Column >> DateTimeFormat([Date],"%b-%Y")

 

BRahuL99_0-1663997079452.png

 

BRRLL99
11 - Bolide

Hi

IF you want to replace "-" with blank you can use this formula

 

BRahuL99_0-1663997297456.png

 

If your query is resolved, Please Mark it as solved

binuacs
21 - Polaris

@SH_94 @BRRLL99 for the desired output (MMM YYYY)you can mention the same format inside the DateTimeFormat function. I men no need to use the replace function

 

binuacs_0-1664003309175.png

 

Labels
Top Solution Authors