Multiple Sensitive Dates

I have been using an old version of the dhtml calendar and it was working great until someone updated the source code and I can’t seem to get it functioning the way that it use to.

I need to initialize the calendar with all date disabled and I have accomplished that but now I need to set certain date to sensitive.

For example, all of December disable except the 13th, 25th, 29th.

What is the best way to do this?

myCalendar.disableDays("month",[1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19,20,21,22,23,24,26,27,28,30,31])

Read more abuot it here:
docs.dhtmlx.com/doku.php?id=dhtm … isabledays

From what I read that will disable those days in every month and I need to disable different days in each month. For instance I need all days disable except 1/12/2012 and 3/11/2012.

Try to variate method enableDays()
docs.dhtmlx.com/doku.php?id=dhtm … enabledays