Searched refs:roundDate (Results 1 – 4 of 4) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 2197 roundDate(date: Date): Date; method
|
H A D | dhtmlxgantt.js | 13 …roundDate=function(e){var i=t.getScale();n.isDate(e)&&(e={date:e,unit:i?i.unit:t.config.duration_u… function
|
H A D | dhtmlxgantt.js.map | 1 …roundDate","upper","lower","colIndex","steps","correctTaskWorkTime","work_time","correct_work_time…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 8035 gantt.roundDate = function (config) { function 25948 task.start_date = gantt.roundDate({date: task.start_date, unit: unit, step: step}); 25951 task.end_date = gantt.roundDate({date: task.end_date, unit: unit, step: step}); 25955 task.start_date = gantt.roundDate({date: task.start_date, unit: unit, step: step});
|