1.0.9 • Published 2 years ago

hjb_date v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装

npm i hjb_date

导入

const {moment} = require('hjb_date/dist/webpack-numbers')

使用

// 对日期格式化
let date moment().GetDate('yyyy-MM-dd hh:mm:ss')
console.log(date) // 2021-10-01 10:10:00
// 获取指定时间 距离时间
let date2 = moment().GetNextTime('2020-10-01', 7, 'yyyy-MM-dd hh:mm:ss')
console.log(date2) // 2020-10-08 08:00:00
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago