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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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.

Labels (1)
2 Replies
tresB
Champion III
Champion III

Capture.PNG

sunny_talwar
MVP
MVP

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')))