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: 
cmutombo
Contributor III
Contributor III

Date and Time format

Hi Community

Please help

This below date :

2021-08-14 00:00:00.000000 is at which format ?? 

If I want to explain it to format  : '/M/DD/YYYY' for ex

Labels (1)
10 Replies
Kushal_Chawda
MVP
MVP

@cmutombo  if  max([GROSS_ADDS.DATE_]) return any value then you can simply use below

 date(floor(max([GROSS_ADDS.DATE_])),'M/DD/YYYY')