task_date

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

dateDate형식화될 날짜 값입니다.

Example

gantt.templates.task_date= function(date){
    return gantt.date.date_to_str(gantt.config.task_date)(date);
};

See also
Back to top