Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
johnnyjohn
Creator
Creator

Change 'MMM DD, YYYY' to regular date format

I am receiving a date as a string that look like that.

Mar 19, 2020

How can I convert this to a usable date format?

Thanks

 

Labels (2)
1 Solution

Accepted Solutions
martinpohl
Partner - Master
Partner - Master

load

date(date#(Yourfield,'MMM DD, YYYY')) as datefield

 

regards

View solution in original post

1 Reply
martinpohl
Partner - Master
Partner - Master

load

date(date#(Yourfield,'MMM DD, YYYY')) as datefield

 

regards