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

DateTime Tool Converting Dates Incorrectly from February to January

BPinkerman21
6 - Meteoroid

I am having an issue where my DateTime tool is converting every single date from February to January for no apparent reason. I have attached the configuration to this post as well as an example of what I am getting for an output. Any insight would be greatly appreciated!

 

DateTime Issue Example 1.PNGDateTime Issue Example 2.PNG

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

You need MM for month, not mm! yyyyMMdd hhmmss

BPinkerman21
6 - Meteoroid

Thank you very much!

aatalai
15 - Aurora

@BPinkerman21 try this in the fomrula tool instead

 

DateTimeParse([Date_time],"%Y%m%d ,%H%M%S")

Labels
Top Solution Authors