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
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).