데이트피커의 calendar_type 속성값를 반환하는 API이다.
** calendar_type 상수 0: 자동 1: 일달력 2: 월달력 3: 년달력 4: 월일달력 5: 년월달력 6: 년월일달력
function btngetcalendartype_on_mouseup() { screen.alert(datepicker.getcalendartype()); }