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: 
prashantsanchet
Creator
Creator

Timestamp to date conversion

Hi Community,

I have a database column in the form of following. i want to get the date in (MM/DD/YYYY) how we write expression for same

Date_TS
20-Jan-18 05.12.12.000000000 AM
21-Jan-18 05.12.10.000000000 AM
10 Replies
players9
Contributor
Contributor

=Date(Timestamp#(Date_TS,'MM/DD/YYYY hh:mm:ss[.fff] TT'),'MM/DD/YYYY')