定义用于 lightbox 中“Time period”部分标签的日期格式
gantt.templates.task_date= function(date){ return gantt.date.date_to_str(gantt.config.task_date)(date); };