task_date

sets the format of the date label in the 'Time period' section of the lightbox

string task_date;

Example

gantt.config.task_date = "%d-%m-%Y";
gantt.init("gantt_here");


Default value:

"%d %F %Y"
See also
Back to top