Problem with starting on the first day of the week
Asked by Caleb
12 years ago.
12 years ago.
There appears to be an issue with the firstDayOfWeek() method.
If I use this line it works:
dp.scrollTo(new DayPilot.Date().firstDayOfMonth());
However, when I change it to this, the scheduler doesnt load at all:
dp.scrollTo(new DayPilot.Date().firstDayOfWeek());
Thanks for any help!
DayPilot