Sets the horizontal scrollbar position of the Gantt chart to the target date.
DayPilot.Gantt.scrollTo(date);
Scroll to current time.
gantt.scrollTo(new DayPilot.Date());
Scroll to January 1, 2015:
gantt.scrollTo("2015-01-01");