데이트피커의 editable 속성값을 반환하는 API이다.
function btngeteditable_on_mouseup() { screen.alert("Editable : " + datepicker.geteditable()); }