Does anyone know of an existing library or even a useful function that would allow a php script to check if a generated date clashes with a holiday, whether it be US, UK, AUS, or SAF holidays?
If there is no library are there any useful sources online which I could harness to develop my own?
if(time() == strtotime('third monday of january')) { ... }– Vitaly Muminov Sep 30 '12 at 13:27