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.

How to convert type "Date" to type "Datetime" in alteryx

deepika_d
5 - Atom

Hi,

 

I have multiple columns in my workflow having type as date (yyyy-mm-dd) and i want to convert all the columns into Datetime format (yyyy-mm-dd hh:mm:ss) . I tired using Date Parse Tool but couldn't succeed.

 

Can anyone help me on this?

 

Thank in advance,

Deepika.

1 REPLY 1
afv2688
16 - Nebula
16 - Nebula

Hello @deepika_d ,

 

you can use a simple select tool to transform the date column into a datetime, you don't need anything else.

 

If on the other hand you have on one side the dates and on the other the times that would be something different:

 

Untitled.png

 

Regards

Labels
Top Solution Authors