Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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

10 Replies
Kushal_Chawda

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

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