onChange

fires 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