joabetc / nm-human-date-range

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%