task_date

定义在 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