Set holiday on month change

Hi,
How to Set holiday on month change or year change or previous/next.

I am using 3.0 version.

Hi,

For the month and year selectors you can use onChange event.

For next/previous arrows click we have added onArrowClick event. I’ve attached the modified libraries

calendar.attachEvent(“onChange”,function(date){
/your code here/
});
calendar.attachEvent(“onChange”,function(fromDate,toDate){
/your code here/
});
libs.zip (12.9 KB)