Is there away to apply 2 different sets of blackout dates to

the title says it all:

is there away to apply 2 different sets of blackout dates to a single instance of the engine?

thanks

Does your quiestion relate setInsensitiveDays ? You may call it several times to set blackout dates.

I have 2 calendars on the same page. I want each to have separate insensitive/blackout dates. is that possible using the same instance of the engine?

Yes, if they are two different objects:

myCalendar = new dhtmlXCalendarObject(“calendarDiv”);

myCalendar2 = new dhtmlXCalendarObject(“calendarDiv2”);

However, calendar that is attached to several inputs - one object and will have one set of blackout dates.

that’s what I thought and what I had figured out. thanks…