我正在使用 jquery fullcalendar plugin开发调度系统。为个人获取可用时间。
minTime: msg.d.Records.startHour,
maxTime: msg.d.Records.endHour
它工作正常。但现在我想禁用某些时间(午休)。我怎样才能做到这一点?这些时间将来自网络服务。
我正在使用 jquery fullcalendar plugin开发调度系统。为个人获取可用时间。
minTime: msg.d.Records.startHour,
maxTime: msg.d.Records.endHour
它工作正常。但现在我想禁用某些时间(午休)。我怎样才能做到这一点?这些时间将来自网络服务。