Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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')