https://github.com/azer/next-time
Returns the nearest date of given time
https://github.com/azer/next-time
Last synced: 11 months ago
JSON representation
Returns the nearest date of given time
- Host: GitHub
- URL: https://github.com/azer/next-time
- Owner: azer
- Created: 2013-05-20T12:58:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-20T14:40:55.000Z (about 13 years ago)
- Last Synced: 2024-11-08T00:51:54.317Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## next-time
Returns the nearest date of given time
## Install
```bash
$ npm install next-time
```
## Usage
```js
now
// => 20:30
nextTime('23')
// => Date { Today 23:30 }
nextTime('11:09am')
// => Date { Today 11:09am }
nextTime('7:20pm')
// => Date { Tomorrow 7:20pm }
```
