0.1.0 • Published 1 year ago

myp-timetool v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm install myp-moment

导入

const myp = require('myp-moment')

格式化时间

const time = myp.dataFormat(new Date())

获取当前时间的前几天或者后几天

const day = getDay(3) //三天后 const day = getDay(-3) //三天前

0.1.0

1 year ago