Date api for managing off days in an year?

后端 未结 2 1239
我在风中等你
我在风中等你 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:42

    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.

    0 讨论(0)
  • 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).

    0 讨论(0)
提交回复
热议问题