如何在JavaScript中从今天的日期中减去日期?
您需要在新的Date()。getDate()的帮助下使用currentDate。语法如下-
var anyVariableName= yourCurrentDate - yourSubstractDateOfCurrentMonth;
示例
var currentDate=new Date().getDate();
var substractDate=new Date("2020-07-01").getDate();
const numberOfDaysInCurrentMonthOnly = currentDate-substractDate;
console.log(numberOfDaysInCurrentMonthOnly);注意
Today’s date is - 28-07-2020
要运行上述程序,您需要使用以下命令-
node fileName.js.
在这里,我的文件名为demo129.js
PS C:\Users\Amit\JavaScript-code> node demo129.js 27
热门推荐
10 安徽疫情祝福语简短英语
11 职场祝福语大全 简短精辟
12 同学有弟弟祝福语简短
13 年前幸福祝福语大全简短
14 写给情侣祝福语 浪漫简短
15 新年酒席开席祝福语简短
16 祝美术老师祝福语简短
17 离职横幅升职祝福语简短
18 乔迁仪式文案祝福语简短