fires when the user clicks on an arrow in the calendar's header
date | Date | initially selected month |
nextdate | Date | newly selected month |
myCalendar.attachEvent("onArrowClick", function(date, nextdate){
// your code here
});
Back to top