Fires before the user starts to change month, year or time in the selector
myCalendar.attachEvent("onBeforeChange",function(date){ alert("Date will be set to "+date); return true; }); // for double calendar myCalendar.attachEvent("onBeforeChange",function(side, date){ // your code here return true; });
Parameters of handler function:
Description: