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
You can hide the minutes using CSS:
.calendar_default_rowheader_minutes { display: none; }