1.0.1 • Published 7 years ago

stamp-format v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

install:

npm install format-moemnt --save

useage:

const time = require('format-moment');

let getDate1 = time.getDate();  //2018年11月02日
let getDate2 = time.getDate(new Date(),'+');  //2018-11-02
let getDate3 = time.getDate(new Date(),'✨');  //2018✨11✨02
let getDate4 = time.getTime(new Date('2018-11-01 11:11:11'),'-',':');  //2018-11-01 11:11:11

let stampTime = time.getDate(1483240271000,'-');  //2017-01-01
1.0.1

7 years ago

1.0.0

7 years ago