I have changed something.In my scheduler,i show only one day(Today Date).
When i selected time for the next day,register form will appear in my dp scheduler.
After registered,only today date will show in scheduler.
That's problem,i need to show the next day in scheduler immediately after registered.
Comment posted by Dan Letecky [DayPilot] 10 years ago.
If you want to change the range that the Scheduler loads and displays you need to change .startDate property and call .update():
dp.startDate = "2016-06-28";
dp.update();
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.