When i click on a date i need to take the selected date, it's working fine on daily, weekly and monthly view by using code below :
scheduler.attachEvent("onEmptyClick", function(date , event){
alert(date);
});
but, the date variable don't return a correct value in case of yearly view
Does anyone have a solution for this issue?