1
vote
Given two dates what is the best way of finding the number of weekdays in PHP?
If you are creating an invoicing system, you have to think about the bank holidays, Easter, etc. It is not simple to compute it.
The best solution I have ever seen is to pregenerate a tabl …
