Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

String conversion

Sarath27
8 - Asteroid

Hi All,

 

How to convert the below string?

 

15082023  (ddmmyyyy) to 15_08_2023(dd_mm_yyyy)

 

Thanks in Advance.

 

 

3 REPLIES 3
geraldo
13 - Pulsar

@Sarath27 

 

the formula: If the format ddmmyyyy is numeric change it to string

 

DateTimeFormat(DateTimeParse([Date],'%d%m%Y'),'%d_%m_%Y')

Sarath27
8 - Asteroid

Thanks much.

KamenRider
11 - Bolide

Hi @Sarath27 

 

Please see below my solution:

 

daTE01.PNG

 

date02.PNG

regards,

Kamen

Labels
Top Solution Authors