Hide 00:00 time from items in calendar report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 06:12 PM
Hi,
I have a calendar report running on my dashboard which reports the 'Due Date' field of requests.
How can I hide the time from these calendar items? The field is simply a 'Date' type field and has no time associated with it, but in the report it lists 00:00. I am unable to find a way to remove this via the dictionary attributes feature either.
Even if I can't hide it, can I move it to the end of the tool tip? It just looks very ugly right now and hides important information, defeating the point of the report in the first place.
attached is an example of an item with the 00:00 time
Thank you,
- Labels:
-
Field Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 06:25 PM
Looks like this is just what you need.
https://docs.servicenow.com/bundle/kingston-performance-analytics-and-reporting/page/use/reporting/task/t_ConfigureACalendarAttribute.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 06:34 PM
I've already investigated this and I can't find a value within these attributes which allows me to remove the time. I can edit every other aspect, I just can't remove the time.
I hope it's just me that is missing something simple...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 09:11 PM
I've gone through the same thing several different ways and even attempted some client-side/css hacks to no avail. Unfortunately, there's not a way to do what you're looking for. I wish it was a better answer, but I do believe it's the correct answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2019 06:42 PM
For anyone having this problem in the 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 Calendar Report);
.fc-time {
display: none;
}