0.1.7 • Published 10 years ago

date-interval-comparator v0.1.7

Weekly downloads
15
License
-
Repository
-
Last release
10 years ago

date-interval-comparator

A small library that compares two date intervals. Dates should follow the RFC2822 standard (ready for Date.parse).

Installation

npm install date-interval-comparator --save

Usage

var comparator = require('date-interval-comparator');
var A = ["06/05/2015", "06/10/2015"];
var B = ["05/05/2015", "05/10/2015"];
comparator.compare(A, B);

Tests

npm test

Repo URL

https://github.com/jmpadron/date-interval-comparator.git

Release History

0.1.0 Initial release 0.1.6 Adding GitHub Repo

0.1.7

10 years ago

0.1.6

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago