JavaScript计算当前日期的前后日期方法

var today=new Date();

today.setDate(today.getDate()-1);//年份,月份也会跟着月份的日期改变

 

 

 

 

你可能感兴趣的:(JavaScript,Date)