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

js日期相减得到分钟数

时间:2019-02-19 11:55:26      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:ndt   new   rtt   time()   mst   end   const   duration   gettime   

const date1 = new Date(fieldsValue.examStartTime);
const date2 = new Date(fieldsValue.examEndTime);
const s1 = date1.getTime();
const s2 = date2.getTime();
const Minute2 = Number((s2 - s1) / 60000);
const Minute1 = Number(fieldsValue.duration)

js日期相减得到分钟数

标签:ndt   new   rtt   time()   mst   end   const   duration   gettime   

原文地址:https://www.cnblogs.com/chen-cheng/p/10399989.html

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