https://github.com/recidvst/working-days-calculator
React app to calculate how many days are between two dates and how many of those are working days.
https://github.com/recidvst/working-days-calculator
dates javascript moment react working-days
Last synced: 3 months ago
JSON representation
React app to calculate how many days are between two dates and how many of those are working days.
- Host: GitHub
- URL: https://github.com/recidvst/working-days-calculator
- Owner: Recidvst
- Created: 2018-01-23T21:58:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T10:16:33.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T09:02:55.642Z (3 months ago)
- Topics: dates, javascript, moment, react, working-days
- Language: JavaScript
- Homepage:
- Size: 612 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Working days calculator
A simple React app to calculate how many days there are between two dates, and of those how many are working days.
i.e. how many days in the office remain before Christmas, a big holiday, retirement! :]
- [Proof of concept calculations on Codepen](https://codepen.io/Recidvst/pen/RxdjEG "Working Days Calculator POC")