International Public Holiday Checker
Select Location & Year
Public Holidays
Select a country and year to see the list of public holidays.
Customize Holiday Data
Add New Holiday
No holiday data found for the selected country and year.
'; } } window.renderConfigTable = function() { const country = configCountrySelect.value; const year = parseInt(configYearSelect.value, 10); const filteredHolidays = holidayData.filter(h => h.country === country && h.year === year); let tableHTML = `| Date | Holiday Name | Action |
|---|---|---|
| ${h.date} | ${h.name} |
