1.0.2 • Published 1 year ago

date-filtered-data v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

@date-filtered-data

npm (scoped)

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);
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago