데이트피커의 min_length 속성값을 반환하는 API이다.
function btnGetminlength_on_mouseup() { screen.alert("MinLength : " + datepicker.getminlength()); }