Home
Analytics
Check if date is a public holiday
Antoine
<p>Hello,</p><p> </p><p>I'm developping a birt report.</p><p>I would like to know if it exist a function to check the public holidays on a GregorianCalendar Date.</p><p> </p><p>Thanks,</p><p> </p><p>Antoine</p>
Find more posts tagged with
Comments
GLO_FR
<p>Hi Antoine,</p><p> </p><p>No or not natively.</p><p> </p><p>You've to manage a specific calendar/table or whatever to manage it (it's exactly the same with wo<span style="font-size:14px;">rking days).</span></p>
micajblock
<p>Whose public holidays? This is different for every country. The only thing I can recommend is to perform a Google search on how to create such a function in JavaScript and then BIRT can use this function. </p>
Antoine
<p>OK !</p><p> </p><p>Thanks for your answers and your advises.</p><p> </p><p>Antoine</p>
ahsiang
Try using this
<a data-ipb='nomediaparse' href='
http://www.holidaywebservice.com/Holidays/US/Dates/USHolidayDates.asmx'>http://www.holidaywebservice.com/Holidays/US/Dates/USHolidayDates.asmx</a>
;
As the source to check for holiday or create the table