moment实现计算两个时间的差值

Posted 小小lomo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了moment实现计算两个时间的差值相关的知识,希望对你有一定的参考价值。

var m1 = moment(‘2018-08-14 11:00:00‘),
m2 = moment(‘2018-08-14 12:10:00‘);
console.log(m1)
console.log(m2)
console.log(m2.diff(m1, ‘minute‘));

minute为分钟,可更改为秒或毫秒,具体看官方说明

以上是关于moment实现计算两个时间的差值的主要内容,如果未能解决你的问题,请参考以下文章

Diff 不是 Moment.js 中的函数

时区坑 moment() toDate() getTime()

Moment js日期时间比较

计算两个日期时间之间的时间差:28小时38分钟

moment.js 格式化显示时间差

opencv —— moments