An open API service indexing awesome lists of open source software.

https://github.com/godofbrowser/codeclass-paydate-calculator

This code uses a predefined algorithm( weekends & public holidays considered ) to display a number of upcoming paydates relative to the user's input.
https://github.com/godofbrowser/codeclass-paydate-calculator

Last synced: 10 months ago
JSON representation

This code uses a predefined algorithm( weekends & public holidays considered ) to display a number of upcoming paydates relative to the user's input.

Awesome Lists containing this project

README

          

# codeclass-paydate-calculator
This code uses a predefined algorithm( weekends & public holidays considered ) to display a number of upcoming paydates relative to the user's input.

-collects a regular Payday and number of printouts from user input
-collects holidays from a text file
-checks if a pay-date falls withing weekends
-checks if a pay-date falls withing those specified holidays

And prints out the valid paydays.