如何在JavaScript中从该日期减去一个星期?
您需要从当前日期减去一个星期,即7天。以下是语法-
var anyVariableName=new Date(yourCurrentDate.setDate(yourCurrentDate.getDate() - 7)
首先,获取当前日期-
var currentDate = new Date();
console.log("The current Date="+currentDate);现在,使用setDate()方法设置新日期并减去7天-
示例
var currentDate = new Date();
console.log("The current Date="+currentDate);
var before7Daysdate=new Date(currentDate.setDate(currentDate.getDate() - 7));
console.log("The One week ago date="+before7Daysdate);要运行上述程序,您需要使用以下命令-
node fileName.js.
在这里,我的文件名为demo60.js。
输出结果
这将产生以下输出-
PS C:\Users\Amit\JavaScript-code> node demo60.js The current Date=Tue Jul 14 2020 19:12:43 GMT+0530 (India Standard Time) The One week ago date=Tue Jul 07 2020 19:12:43 GMT+0530 (India Standard Time)
热门推荐
10 团团妈妈生日祝福语简短
11 对象爸爸生日祝福语简短
12 给未来的祝福语简短
13 儿子生日老公祝福语简短
14 怎样找到工作祝福语简短
15 大班毕业祝福语简短霸气
16 有病儿童祝福语简短
17 小孩生日祝福语简短老师
18 升孩子大学祝福语简短