데이트피커의 spin_type 속성값을 리턴한다.
function btn_on_mouseup() { factory.consoleprint(datepicker.getspintype()); datepicker.setspintype(1); // 수직스핀 표시 }