ACT NOW: The Alteryx team will be retiring support for Community account recovery and Community email-change requests Early 2026. Make sure to check your account preferences in my.alteryx.com to make sure you have filled out your security questions. Learn more here
Start Free Trial

General Discussions

Discuss any topics that are not product-specific here.

How to convert String into Date

Lizbhernan
8 - Asteroid

Hello,

I am working on a workflow in which I had to split data using a text to column tool and when I did that, the date split into 3. I then combined it in a formula tool using the formula below to give me a date.

 

[Detail Note1]+'/'+[Detail Note2]+'/'+[Detail Note3]

 

I am now trying to convert it into an actual date and I can't. I tried changing the format in a select tool, I also tried using a Todate() formula and that didn't work. Does anyone know how I can possibly do that?

 

I have shared my workflow for reference.

 

Thank you in advance for your help.

2 REPLIES 2
OTrieger
14 - Magnetar

@Lizbhernan 

In the Parse Menu, you have Date Time tool, it will do the job

Deano478
12 - Quasar

@Lizbhernan You can also use a combination of DateTimeParse and DateTimeFormat in the formula tool to do this

Labels
Top Solution Authors