C
CalendoPro

Year Planner Calendar

Full 12-month overview with holidays & special days – print-friendly

2025
Year
365
Days
12
Holidays
8
Special Days

Holidays & Special Days

Click on any date to select. Holidays are shown in red, special days in orange.

Usage Example

// Initialize Year Calendar
const yearCal = new CalendoPro.Year('#year-calendar', {
  holidays: [
    '2025-01-01', // New Year
    '2025-07-04', // Independence Day
    '2025-12-25' // Christmas
  ],
  specialDays: [
    '2025-02-14', // Valentine's Day
    '2025-10-31' // Halloween
  ],
  onDateSelect: (data) => console.log('Selected:', data),
  onMonthChange: (data) => console.log('Month clicked:', data)
});

// Navigate to specific year
yearCal.setYear(2026);

// Print calendar
yearCal.print();
📅

12-Month View

See the entire year at a glance in a compact layout.

🎉

Holiday Highlights

Color-coded holidays and special days.

🖨️

Print Ready

Optimized layout for printing.

🔍

Hover Zoom

Month cards scale on hover for better visibility.