var date = new Date();

// 마지막날 구하기

var last_date = new Date(new Date(date.getFullYear(), date.getMonth(), 1)-1);

반응형

+ Recent posts