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

Removing TimeStamp from Date

maddoxs
7 - Meteor

I am attempting to remove a time stamp in the middle of a date with no success. If I change it from  a string to a date it will just output NULL. Tried a Timeparse with no luck. Any suggestions? Thank you.

Would like it to match the column on the left. yyyy-mm-dd

3 REPLIES 3
binuacs
21 - Polaris

@maddoxs one way of doing this with the DateTimeParse function

image.png

maddoxs
7 - Meteor

This does work! But I see that I have a few dates that display CTD instead of CST so those come back null. How do I add that in the forumula?

binuacs
21 - Polaris

@maddoxs try removing the CST or CTD before converting into Date

image.png

Labels
Top Solution Authors