Often people would like to be able to calculate the number of "working days" from the current date. For instance, 10 working days is often 14 regular days.
Additionally, there are holidays to take into account as well as days particular to your organization.
- Calculate the number of "working days" from the current date (weekdays excluding weekends)
- Customize any additional days you would like to exclude
- Save your excluded days and share them with your co-workers using a url
- Change the title of your calculator
You need the following to run the application
- Node
- Yarn
You can test the appilcation here: https://michaelghinrichs.github.io/school-working-days-calculator/
Its very simple to download and use the application, just follow these steps:
$ git clone https://github.com/michaelghinrichs/school-working-days-calculator.git
$ cd school-working-days-calculator
$ yarn
$ yarn start
Now enjoy!
- Star our GitHub repo
- Create pull requests, submit bugs, suggest new features or documentation updates
Feel free to join the Gitter chat room and talk to us about it :)
https://gitter.im/school-working-days-calculator/Lobby#
This project has an MIT license, because we <3 open source.