Skin for Double Calendar

Hi there,

Looks like i can’t set the skin for a double Calendar? Is the skinning available only for single calendar?



Thanks

Vru

dblCalendar has not special command to set skin, but you can use next approach

    var dbl =  new dhtmlxDblCalendarObject(…
    dbl.leftCalendar.setSkin(some);
    dbl.rightCalendar.setSkin(some);