{%= description %}
{%= include("install-npm", {save: true}) %}
var day = require('{%= name %}');
Assuming it's 10:27 PM EST, on May 25, 2015:
day()
//=> '25'
day('UTC')
//=> '26'
Zero-fill the day (e.g. 1
=> 01
):
day('DD');
//=> '01'
{%= related(['year', 'month', 'months', 'month-day', 'days', 'seconds', 'weekday', 'iso-week', 'week', 'o-clock'], {remove: name}) %}
{%= include("tests") %}
{%= include("contributing") %}
{%= include("author") %}
{%= copyright() %} {%= license() %}
{%= include("footer") %}