0.1.7 • Published 8 years ago

date-interval-comparator v0.1.7

Weekly downloads
15
License
-
Repository
-
Last release
8 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

8 years ago

0.1.6

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago