search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Change Hour Format

Asked by Anonymous
1 year ago.

Hello,
How can I change the Hour Format ? For example, it is showing 17 00 but I only want the 17. The calendar is a bit too large for phone so I need to make it easier to read.
Thanks in advance

Answer posted by Dan Letecky [DayPilot]
1 year ago.

You can hide the minutes using CSS:

.calendar_default_rowheader_minutes {
  display: none;
}
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.