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.

Date change from Jan 10, 2023 5:45 AM to Alteryx readable date format

ag72
6 - Meteoroid

Hello, 

 

I have my dates in the format of "Jan 10, 2023 5:45 AM" so how to change into the Alteryx readable date format so that later on I can apply different filters in Alteryx?

 

Thanks

2 REPLIES 2
ShankerV
17 - Castor

Hi @ag72 

 

If you are looking for the date format to be changed, below is one way of doing this.

 

ShankerV_0-1685959483046.png

 

 

ShankerV_1-1685959501162.png

 

 

Many thanks

Shanker V

DataNath
17 - Castor
17 - Castor

Hey @ag72, there's a couple ways to do this but I always like the DateTimeParse() method:

 

DataNath_0-1685959572147.png

 

 

DateTimeParse([Input],'%b %d, %Y %I:%M %p')

 

Labels
Top Solution Authors