DayPilot.Calendar.showCurrentTimeMode

The showCurrentTimeMode property (string) sets the calendar current time indicator mode.

Possible Values

  • "Day" - the indicator is displayed only in the column with today's date
  • "Full" - the indicator is displayed in all column

Default Value

"Day"

Example

dp.showCurrentTimeMode = "Full";