1.0.9 • Published 3 years ago

hjb_date v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago