project_start

specifies the start date of a project

Date|undefined project_start;

Available only in PRO Edition

Example

gantt.config.project_start = new Date(2019, 2, 1);

Related samples

Details

This functionality is available in the PRO edition only.

The value of this config can be used as the default start date of new tasks, when auto scheduling is enabled.

See also
Back to top