선택된 날짜의 월에 해당하는 값을 반환하는 API이다.
function btngetmonth_on_mouseup() { screen.alert(calendar.getmonth()+"월"); }