Hello,
Is it possible to get the curent year when the user change the month ?
Currently, it’s possible to get the curent month when the user change the month.
function mSelectMonth(curMonth, prevMonth) {
document.getElementById(‘A17’).value=“/”+curMonth+“/”;
document.getElementById(‘dwwA3’).innerHTML=curMonth;
}
Thank.