date-months

0.0.3 • Public • Published

dark-months

NPM First run npm i date-months

var Date = require('date-months');
let months = new Date.months()
let year = months.year("2017/4/5")

/// output 
// 53 
var Date = require('date-months');
let months = new Date.months()
let year = months.year("2017/4/5",true)
// output 
// 53 months 

Package Sidebar

Install

npm i date-months

Weekly Downloads

2

Version

0.0.3

License

ISC

Unpacked Size

1.99 kB

Total Files

5

Last publish

Collaborators

  • sbot-team