현재 화면에 달력이 보여지고 있는지 여부를 가져오는 API이다.
function btnisshowcalendar_on_mouseup() { screen.alert("calendar show여부 : " + datepicker.isshowcalendar()); }