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

String to date converse

Luk88kk
8 - Asteroid

Hi,

I have a column that has a "string" data type:
The dates are stored in this way:
Tue, 24 Oct 2023 00:00:00 +0200
I would like them to have a data type "date" and look like this:
24/10/2023

I have tried using both Data Tool and DateTimeParse in Formula Tool but without success.
Could someone please help me with this

2 REPLIES 2
binu_acs
21 - Polaris

@Luk88kk Alteryx support the ISO format which is YYYY-MM-DD, rest of the date formats should be in the string format

image.png

 

Luk88kk
8 - Asteroid

Hi @binu_acs

 

works great, thank you very much for the explanation and for the ready-made solution.

Have a good day.

Labels
Top Solution Authors