date-filtered-data
v1.0.2
Published
Filter your data on basis of date range.
Downloads
4
Readme
@date-filtered-data
Filter Data on the basis of Start and End date.
Install
$ npm install date-filtered-data
Usage
const filterDate = require('filterDate');
//=> When we provide start and end date with original set of data,
// it will give us filtered data on the basis of provided date.
const filteredData = filterDate(originalData, startDate, EndDate);