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

how to Convert string date to date?

jyothiki
7 - Meteor

Hi all,

 

How to convert string date April 23, 2019, to date 2019-04-23. I used Datetimparse and formula tool but I'm getting error. Appreciate your help.

4 REPLIES 4
TheOC
16 - Nebula
16 - Nebula

Hi @jyothiki 

find attached a workflow that achieves this with the datetime tool:

TheOC_0-1602791542181.png

 

Cheers,
TheOC
Connect with me:
LinkedIn Bulien
JosephSerpis
17 - Castor
17 - Castor

Hi @jyothiki I mocked up a workflow let me know what you think?

Kenda
16 - Nebula
16 - Nebula

Hi @jyothiki 

 

I would recommend creating a new date field with a Formula tool and using the following expression:

DateTimeParse([Field1],"%B %d, %Y")

 

I always have this webpage handy when working with dates.

 

Hope this helps!

 

 

 

Kenda_0-1602791562951.png

 

jyothiki
7 - Meteor

Thank you. I got it

Labels
Top Solution Authors