Disable hours range only in specific date cell
Asked by Anonymous
5 years ago.
5 years ago.
I'm trying to disable specific hours range for selected date cell, but it does not working.
( args.cell.start === new DayPilot.Date("2020-12-02") && (args.cell.start.getHours() >= 7 && args.cell.start.getHours() < 15))
What is wrong in my condition?
DayPilot