Holidays - is there a java implementation?

后端 未结 7 1680
野的像风
野的像风 2020-12-08 12:50

I\'d like to know if there is a jar-file out there that could do the following:

DateMidnight dateInQuestion = new DateMidnight(12,12,2000);
DateChecker.isNat         


        
7条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-08 13:36

    I found this interesting:

    RESTful service provider - Holiday API

    For Node projects - node-holidayapi

    I know it is not relevent to the question asked for Java implementation. But if your project is RESTful (like most of the projects nowadays) then this would give you a place to start. ;)

提交回复
热议问题