컨트롤에 입력된 텍스트를 반환하는 API이다.
** 리턴값은 날짜 구분문자가 빠진 텍스트 값이다.
function btngettext_on_mouseup() { screen.alert(datepicker.gettext()); }