https://github.com/pittersnider/intersected-period-days.js
Calculate unique days between a array of periods, ignoring intersections, through Stack method.
https://github.com/pittersnider/intersected-period-days.js
date-range interval-partitioning nodejs-framework nodejs-library npm-module stack-based
Last synced: 3 months ago
JSON representation
Calculate unique days between a array of periods, ignoring intersections, through Stack method.
- Host: GitHub
- URL: https://github.com/pittersnider/intersected-period-days.js
- Owner: pittersnider
- License: mit
- Created: 2018-02-20T23:54:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T12:46:43.000Z (over 7 years ago)
- Last Synced: 2025-01-21T15:12:36.952Z (5 months ago)
- Topics: date-range, interval-partitioning, nodejs-framework, nodejs-library, npm-module, stack-based
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# intersected-period-days
Calculate unique days between a array of periods, ignoring intersections, through Stack method.