반응형

var toDay = new Date();

toDay.setMonth(toDay.getMonth() - 2);

return $.datepicker.formatDate('yy-mm-dd', toDay);        // datepicker를 사용해서 다음과 같은 return값이 정의 되어 있고 필요한 만큼 입맞에 맞게 수정하여 개발하세요~!

반응형

+ Recent posts