Hide 00:00 time from items in calendar report

chadk1
Kilo Contributor

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,

9 REPLIES 9

Mark Stanger
Giga Sage

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

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...

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.

stephenskerritt
ServiceNow Employee
ServiceNow Employee

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;
}