National Days Picker
Pick · Print · Celebrate

National Days

Browse the year, tap the ones worth celebrating, and print a clean list — or add a few days of your own.

Floating dates (Easter, Thanksgiving, Labor Day…) shown for:

Made with ❤️ by digitalhygge.com

This is a beta version — spot a problem or have feedback? Email katia@digitalhygge.com

`; }document.getElementById("printBtn").addEventListener("click",()=>{ const chosen=resolvedChosen(year); const win=window.open("","_blank","width=680,height=820"); if(!win){ alert("Please allow pop-ups for this site to print your list."); return; } win.document.write(buildPrintDoc(chosen, printLayout, year)); win.document.close(); win.focus(); setTimeout(()=>win.print(),250); });document.getElementById("clearBtn").addEventListener("click",()=>{ selected.clear(); customDays=[]; renderGrid(); renderSelection(); });buildFilters(); buildYearRow(); buildLayoutPills(); renderGrid(); renderSelection();