0.3.2 • Published 8 years ago

theday v0.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

theday Build Status

📅 the day, after, before and someday

Install

$ npm install --save theday

Usage

var theday = require('theday');

theday();
//=> Fri Oct 16 15:34:53 KST 2015

theday('before');
//=> Thu Oct 15 15:34:53 KST 2015

theday('after');
//=> Thu Oct 15 15:34:53 KST 2015

theday('June 10 2016')
// => Fri Jun 10 2016 00:00:00 GMT+0900 (KST)

API

theday(option)

option

Type: string

a gap from today or specific day you want know full datetime

CLI

$ theday --help

License

MIT © JImmy Moon

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

9 years ago