DayPilot.Date.today

Returns a DayPilot.Date object corresponding to the start of the current day.

Declaration

DayPilot.Date.today()

Note that this is a "static" method. It needs to be invoked using the full prefix.

Example

var today = DayPilot.Date.today();