반응형

var today = new Date();


var YYYY = today.getFullYear();


var MM = today.getMonth()+1; 


var DD = today.getDate();


반응형

+ Recent posts