js计算两个时间差
2021-02-03 11:15
阅读:379
标签:ace rda ffd parse rdate str day fda 时间差 strDate=Date.parse(strDate.replace(‘/-/g‘,‘/‘)); js计算两个时间差 标签:ace rda ffd parse rdate str day fda 时间差 原文地址:https://www.cnblogs.com/java-cxh/p/13157711.html
endDate=Date.parse(endDate.replace(‘/-/g‘,‘/‘));
var diffDate=(endDate-strDate)+1*24*60*60*1000;
var days=diffDate/(1*24*60*60*1000);
评论
亲,登录后才可以留言!