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
01-21-2020 03:30 PM
didnt work for me...any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2020 02:38 PM
This works like a champ.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2020 02:37 PM
This is pretty old but I thought I would give the answer...
You need to clone the widget as stated and add the following to the css code:
.fc-time{
display:none;
}
It seems the events use <span class="fc-time"> as the first part of the elements

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2021 03:02 PM
I created a content block like below and added this widget to my dashboard where I had my calendar report.
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<style>
.fc-time {
display: none;
}
</style>
</j:jelly>
It looks like this now,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 09:46 AM
Probably this can help you, please check
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0622602