enables adjusting the task's start and end dates to the work time (while dragging)
gantt.config.work_time = true;
gantt.config.correct_work_time = true;
gantt.init("gantt_here");
The property has a sense only if the work_time property is enabled.