dark-months

1.7.2 • Public • Published

dark-months

NPM First run npm i dark-months

var dark = require('dark-months');
let months = new dark.months()
let mon = months.mon("2017/4/5")

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

Readme

Keywords

none

Package Sidebar

Install

npm i dark-months

Weekly Downloads

4

Version

1.7.2

License

ISC

Unpacked Size

1.83 kB

Total Files

5

Last publish

Collaborators

  • tomato186