dhtmlxCalendar onChangeMonth event

can I get current year by onChangeMonth event?

You may try to use the following:

calendar.attachEvent(“onChangeMonth”,function(month){
var year = calendar.date[0].getFullYear();
return true
})