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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Converting from specific datetime format

Hello,

I have this time format

Jul 31, 2017 4:00 AM

How can I convert it so that it is easier to work with?

I tried with to read it with Timestamp# and Date# but did'nt work out.

Thanks.

2 Replies
tresesco
MVP
MVP

Capture.PNG

sunny_talwar

I would suggest adding a floor function to avoid any time component of the timestamp in the date field

=Date(Floor(Date#('Jul 31, 2017 4:00 AM', 'MMM DD, YYYY h:mm TT')))