Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 694 Bytes

.verb.md

File metadata and controls

49 lines (33 loc) · 694 Bytes

{%= name %} {%= badge("fury") %}

{%= description %}

Install

{%= include("install-npm", {save: true}) %}

Usage

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 projects

{%= related(['year', 'month', 'months', 'month-day', 'days', 'seconds', 'weekday', 'iso-week', 'week', 'o-clock'], {remove: name}) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}