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!