daysofyear

1.0.1 • Public • Published

Days of Year

DaysOfYear is a package to get and return all days of the all months of the year.

Installation

Use the node package manager (npm) to install foobar.

npm install daysofyear

Usage

const days = require("daysofyear")
 
console.log(days.vector)
# returns ['1/1/2019, 2/1/2019, ...']
console.log(days.simple)
# returns [[1/1/2019, 2/1/2019, ...],[1/2/2019, 2/2/2019, ...]]
 

Contributing

--

License

MIT

Package Sidebar

Install

npm i daysofyear

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

1.59 kB

Total Files

3

Last publish

Collaborators

  • andersondecastro