Skip to content

Get the number of days in a year

License

Notifications You must be signed in to change notification settings

datetime/year-days

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bcf956 · Feb 8, 2015

History

7 Commits
Aug 13, 2014
Jun 26, 2014
Jun 26, 2014
Jun 26, 2014
Feb 8, 2015
Jun 26, 2014
Jun 26, 2014
Feb 8, 2015
Feb 8, 2015
Jun 26, 2014

Repository files navigation

year-days Build Status

Get the number of days in a year

Install

$ npm install --save year-days

Usage

var yearDays = require('year-days');

yearDays(2014);
//=> 365

yearDays(2016);
//=> 366

API

yearDays([year])

year

Type: number
Default: current year

yearDays([date])

date

Type: date
Default: new Date()

License

MIT © Sindre Sorhus

About

Get the number of days in a year

Resources

License

Stars

Watchers

Forks

Packages

No packages published