moment-easter.js
This plugin provides a way to get the date of Gregorian Easter Sunday for a given year.
How to use?
moment.easter(year)
moment;// 2014/04/20
moment#easter()
;// 2015/04/05
Contributing
If you would like to contribute enhancements or fixes, please do the following:
- Fork the plugin repository.
- Hack on a separate topic branch created from the latest
master
. - Commit and push the topic branch.
- Make a pull request.
- Be patient. ;-)
Please note that modications should follow these coding guidelines:
- Indent is 4 spaces.
- Code should pass jslint linter.
- Vertical whitespace helps readability, don’t be afraid to use it.
Thank you for helping out!
Copyright
See LICENSE for details.