0.0.3 • Published 8 years ago

mothers-day v0.0.3

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

mothers-day

Get date in any year for Mother's Day.

NPM

Install

$ npm install mothers-day

Example

var mothersDay = require("mothers-day");

console.log(mothersDay(2015));
//=> Sun May 10 2015 00:00:00 GMT+0800 (Taipei Standard Time)

console.log(mothersDay(2016));
//=> Sun May 08 2016 00:00:00 GMT+0800 (Taipei Standard Time)

License

This code is licensed under the MIT License.

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago