1.0.1 • Published 3 years ago

gettoday v1.0.1

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

安装方式/Installation

$ npm install gettoday

Api

getToday(addDay)
if today , addDay is 0.
if tomorrow , addDay is 1.
if last day , addDay is -1.
...
getTodayTime()

Example

getToday() or getToday(0)   return "2021-03-11"
getToday(1) return "2021-03-12"
getToday(-1) return "2021-03-10"
getTodayTime()  return "2021-03-11 11:00:52"
1.0.1

3 years ago

1.0.0

3 years ago