JS设置时间为6天后

2021-06-04 19:03

阅读:507

标签:div   nbsp   OLE   date   var   class   获取   ons   当前时间   

Date对象

var oDate = new Date;
console.log("当前时间:" + oDate)
oDate.setDate( oDate.getDate() + 6 );//设置为6天
// oDate.setDate();//设置天时间
// oDate.getDate();//获取天时间
console.log("修改后时间:" + oDate)

 

JS设置时间为6天后

标签:div   nbsp   OLE   date   var   class   获取   ons   当前时间   

原文地址:https://www.cnblogs.com/Afanadmin/p/12339663.html


评论


亲,登录后才可以留言!