1.0.4 • Published 3 years ago

likj-tools v1.0.4

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

安装

npm install likj-tools

导入

var m = require('LikJ-tools')

格式化日期

//获取日期对象
const d = new Date();
//调用dataFormate(d);
const res = m.dataFormate(d);
//结果 2021-11-05 14:43:30
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago