Free Trial

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
11 - Bolide
11 - Bolide

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

Labels
Top Solution Authors