Bug ??????????

Hi i saw the example in page dhtmlx.com/docs/products/dht … donly.html but i don’t understand why
var project1 = new GanttProjectInfo(1, “Applet redesign”, new Date(2010, 5, 11));

creates an orange bar with start date at 11/06/2010!!!

The same thing is for the associated activity :

var parentTask1 = new GanttTaskInfo(1, “Old code review”, new Date(2010, 5, 11), 208, 50, “”);

creates a blue bar with the same project startdate (In june)…

It is because of strange JavaScript month numeration - they suppose January is 0 and so forth.