Dates
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 07:50 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 07:56 AM
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
Regards,
Badal Khojare
Community Rising Star 2023
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 08:08 AM
I am using the create report wizard, example below.