Documentation

onDateClear

fires on clicking the Clear button

void onDateClear(){ ... };

Example

$$('myCalendar').attachEvent("onDateClear", function(){
    //some code here 
});

Back to top