mothers-day
Version:
Get date in any year for Mother's Day.
27 lines (18 loc) • 551 B
Markdown
mothers-day
=============================
> Get date in any year for Mother's Day.
[](https://nodei.co/npm/mothers-day/)
## Install
```
$ npm install mothers-day
```
## Example
```js
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.