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

change date time format to MON-DD-YYYY HH24:MI:SS

smrithiraj
7 - Meteor

Hey there

 

I did not find a way to convert to a custom date time to MON-DD-YYYY HH24:MI:SS format ... Please help

 

Thanks

Smrithi

4 REPLIES 4
gawa
16 - Nebula
16 - Nebula

hi @smrithiraj 

In DateTime tool configuration, specify "Custom", and input the format of incoming string field.

image.png

gawa
16 - Nebula
16 - Nebula

Sorry, I misunderstood requirement. You want to change "TO" MON-DD-YYYY HH24:MI:SS format.

Then, please try this WF, basic concept is not changed though.

image.png

smrithiraj
7 - Meteor

The format for month should be in capital letters MON i.e JAN, FEB, MAR etc. and the time should be in 24 hour format which I did not find... Please help

gawa
16 - Nebula
16 - Nebula

@smrithiraj 

You can use UpperCase function to make MON. Time format is already in 24 hour style. Please check it out.

image.png

Labels
Top Solution Authors