设置弹出编辑表单中显示的日期
gantt.templates.quick_info_date = function(start, end, task){ return gantt.templates.task_time(start, end, task); };
该模板是Quick Info扩展的一部分,请确保已启用quick_info插件。