fires when the user changes a month, a year or time in the selector
date | Date | the selected date |
state | boolean | true if date is changed manually in input |
myCalendar.attachEvent("onChange", function(date, state){
// your code here
});
Back to top