DayPilot.Gantt.taskMovingStartEndFormat

The taskMovingStartEndFormat property (string) specifies the date/time format to be used by the JavaScript Gantt Chart target position indicators. The indicators can be enabled using taskMovingStartEndEnabled property.

The string uses the format described in the DayPilot.Date.toString() method documentation.

Default Value

"MMMM d, yyyy"

Example

Gantt Chart config:

{
  taskMovingStartEndFormat: "h:mm tt",
  // ...
}