I want to know the available api\'s for date in java in which the following functionality is implemented.
Calculating date from one date to N day skipping the mentio
Even though I commented otherwise, I actually found a Java API. I failed to notice a download link, but the comments sure say there is one somewhere.
There is also a sourceforge project, called JollyDay regarding this.
ObjectLabs' DateCalc library offers holiday handling with multiple algorithms depending on what you want to do. It comes in two versions, a raw JDK version and a version built on top of Joda Time (which they recommend).