Holidays - is there a java implementation?

后端 未结 7 1689
野的像风
野的像风 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:33

    So far I haven seen any. But what I could suggest for u is to try to link with google calendar api, which from there try to get the holiday calendar through the calendar feed or whatever u call it. From there, process the data and if u want, save it into your database. Afterall, as long as you have a active internet connection, you can use java to connect to the relevant data Even for other languages, I dont think that such direct methods are available.

提交回复
热议问题