1.1.0 • Published 10 years ago

noofdays v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

noofdays

A small library for getting no of days between two dates for node.

//import noofdays
var days=require("noofdays");

//give start_date and end_date
var number=days.noofdays("start_date","end_date");

//start_date=09/08/2015 and end_date=16/08/2015

//number=7
console.log(number);

Installation

$ npm install noofdays

License

ISC

1.1.0

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago