Dates

TB1
Tera Contributor

How can I run reports with dates and without the time stamp?  For example, I am using closed by date and getting:

06/09/2023 03:29:53 PM

I would like this to report as 06/09/2023.

 

 

2 REPLIES 2

Badal Khojare
Mega Sage
Mega Sage

Hi @TB1 ,

If you are doing this on portal , you can clone the Report Widget, and add the following to the CSS of the new Widget (and use the new Widget to display your Report);

.fc-time {
    display: none;
}

 

Please Mark My Response as Correct/Helpful if it helped.
Regards,
Badal Khojare
Community Rising Star 2023

TB1
Tera Contributor

I am using the create report wizard, example below.

TB1_0-1697555290481.png