Change Hour Format

Asked by Anonymous
3 years 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]
3 years ago.

You can hide the minutes using CSS:

.calendar_default_rowheader_minutes {
  display: none;
}

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.