1.0.0 • Published 7 years ago

nm-human-date-range v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

nm-human-date-range

A Node Module for formatting date ranges as a human might write them.

Technologies/Languages

Usage

Use either require or import.

Sample:

var humanDateRange = require("nm-human-date-range");

var hDateRange = humanDateRange({
      startDate: new Date(2017, 0, 1),
      endDate: new Date(2017, 0, 6)
      });

Or if you prefer you can play around with RunKit or even play bit with it on StackBlitz