specifies the format of dates in the "Start time" column
date | Date | the date which needs formatting |
column | string | the name of the column that called the template |
gantt.templates.grid_date_format = function(date, column){
return gantt.date.date_to_str(gantt.config.date_grid)(date);
};