码迷,mamicode.com
首页 > Web开发 > 详细

JS设置时间为6天后

时间:2020-02-20 23:59:13      阅读:144      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!