task_date

라이트박스의 'Time period' 섹션에 표시되는 날짜 레이블의 형식을 정의합니다.

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