task_date

定义用于 lightbox 中“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