Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Date format is not working!

hi2019
8 - Asteroid

Hi,

 

Issue date is a Vstring 20201230 format- using datetime tool from string to date with custom %m%D%Y -- it is not workign-- it is NULL

 

Please help

2 REPLIES 2
Raj
16 - Nebula

@hi2019 
use datetimeparse to get this in date format

DateTimeParse([your column],"%Y%m%d")


mark done if solved.

Hub119
10 - Fireball
10 - Fireball

Try "%Y%m%d" as your string appears to be year, month, day, instead of month, day, year.

Polls
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Labels