DayPilot.Calendar.showCurrentTime

The showCurrentTime property (boolean) enables or disables the current time indicator in the JavaScript Calendar component.

Default Value

false

Example

Calendar config:

{
  showCurrentTime: true,
  // ...
}