Folks, Does anybody know of a DateTime module that can handle public holidays and business days?
e.g. queries like this: The number of working days in August 2005. Adjust $date to the next working day. (This will take account of weekends as well as public holidays) Is 17th April 2006 a holiday in the current calendar? Is 17th April 2006 a holiday in Toronto (a different calendar)? I need this functionality, and I am considering writing a module for it if none already exists. Ivor.