1.0.7 • Published 9 years ago

year-weeks v1.0.7

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

npm mit license build status coverage status deps status

Get the number of weeks in year - leap or not.

Install

npm i --save year-weeks
npm test

API

For more use-cases see the tests

yearWeeks

Get the number of weeks in year - leap or not.

  • [val] {Date|Number} every valid Date format string, Date object or year as number
  • return {Number}

Example:

var yearWeeks = require('year-weeks');

yearWeeks(2014);
//=> 52

yearWeeks(2016);
//=> 52

yearWeeks(new Date(2016, 0));
//=> 52

yearWeeks('2012-12-17T03:24:00');
//=> 52

Author

Charlike Mike Reagent

License MIT license

Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
Released under the MIT license.


Powered and automated by kdf, March 02, 2015

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

0.1.0

10 years ago