DayPilot.Date()
Creates a new instance using the current local date and time.
DayPilot.Date(string)
Creates a new instance using a date specified in ISO 8601 format ("2015-01-01T00:00:00").
Accepted formats:
Please note that DayPilot works with a single idealized timezone (see also Scheduler Time Zones). That's why it is recommended to use the date/time formats without the time zone information.
DayPilot.Date(date, isLocal)
Parameters: