Hi,
I was wondering if there's any DB2 library out there that can be used to check if the current day is a certain holiday? For example, a stored procedure / program will get a list of holidays to check for from a db table.. and return true as soon as the current day matches one of the holidays. If it gets to the end of the list and the current day is not a holiday, then it returns false. Also, Thanksgiving will be read as the 4th thurs in Nov... and needs to be read like this in the library. Someone recommended using this java library --
http://www.javaworld.com/javaworld/j.../Holidays.java
Do any of you have any experience working with holidays in DB2? How would you implement this?
Thanks!!