It's funny thing, because on Friday everything worked fine, today I start my app and scheduler is not loading properly.
This is my scheduler controller code: http://pastebin.com/3pKJQT1N View: http://pastebin.com/7dj2D3f7 Controller which I use to go to view (of course on friday date was 20th January 2017, same hours): http://pastebin.com/HfB9hwCq and screen how it looks now is in attachement.
Funny, but I didn't change anything except the date (last date is not working aswell) What can I do now?
But how should I write the function to see only business hours on weekends aswell? For now NonBusiness hours are hidden on work day, but on weekend all hours are visible.
Answer posted by Cezar 9 years ago.
Ok, nevermind I just used the function I wrote before:
Comment posted by Dan Letecky [DayPilot] 9 years ago.
The Scheduler supports BusinessWeekends property (boolean) which does this for you (set BusinessWeekends = false in the config) but it's not available in the latest MVC release. However, it's now available in the latest sandbox build: