We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
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