스케쥴 컴포넌트의 현재 선택된 날짜 정보를 리턴하는 API이다.
현재 선택된 날짜가 없는 경우에는 공백 문자열이 리턴된다.
function btn_test_on_mouseup() { screen.alert(schedule.getselectdate()); }