The startDate property sets the beginning of the range displayed by the JavaScript Scheduler component.
In addition to a DayPilot.Date object, it also accepts a string in ISO 8601 format ("2026-01-01T00:00:00"
).
DayPilot.Date.today()
Using DayPilot.Date object:
{
startDate: DayPilot.Date.today().addDays(5)
}
Using date string:
{
startDate: "2026-01-01"
}
Using date/time string:
{
startDate: "2026-01-01T00:00:00"
}
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.