Documentation

onChange

fired when a user changes month, year or time in selector.

void onChange(date date){ ... };

Parameters

datedatethe selected date.

Example

$$("calendar1").attachEvent("onChange", function(date){
    //... some code here ... 
});

See also

  • articles
  • Back to top