Date api for managing off days in an year?

后端 未结 2 1238
我在风中等你
我在风中等你 2020-12-21 17:49

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

2条回答
  •  隐瞒了意图╮
    2020-12-21 18:52

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

提交回复
热议问题