1.0.2 • Published 3 years ago

transformtime v1.0.2

Weekly downloads
6
License
ISC
Repository
-
Last release
3 years ago

说明

js把年月日时间转化成刚刚,几分钟前,几小时前,几天前等 https://blog.csdn.net/caimingxian401/article/details/79841631?utm_source=blogxgwz4

下载

npm i --save transformtime

使用

const obj = require('transformtime')

console.log(obj.untilnowtime("2021-01-22 22:00:00"));

module.exports = {
    author: 'wonderful',
    untilnowtime: transfertime
}