This topic is locked
[SOLVED]

 Calendar

12/1/2019 8:56:44 AM
PHPRunner General questions
B
bersani author

I need to limit the hours on the day view of calendar to regular office hours. Now the calendar day view shows 12 AM to 11:59 PM which is not practical. This is on the newest calendar.

HJB 12/17/2019



I need to limit the hours on the day view of calendar to regular office hours. Now the calendar day view shows 12 AM to 11:59 PM which is not practical. This is on the newest calendar.


TIME PICKING RESTRICTION via JQuery Time Entry Plugin as possible workaround?
http://keith-wood.name/timeEntry.html

$('#restrictTimes').datetimeEntry({minTime: new Date(0, 0, 0, 9, 0, 0),

maxTime: new Date(0, 0, 0, 17, 30, 0)});
Sergey Kornilov admin 12/17/2019

Just wanted to say that this feature was added in the latest Calendar update.