Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
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