Overview

A "leap year starting on Monday" is any year with 366 days in which January 1 falls on a Monday. Such years follow the leap year rule of the widely used Gregorian calendar and therefore include an extra day, February 29. For a general definition of a leap year, see the linked reference. When a leap year begins on Monday, its overall weekday pattern and the placement of fixed-date observances take a predictable form.

Calendar structure and rules

Because a leap year contains 366 days (52 weeks plus two days), the next calendar year will start two weekdays after the starting weekday of the leap year. Concretely, if January 1 is a Monday, December 31 of that same year is a Tuesday and the following January 1 is a Wednesday. The extra day in February shifts the alignment of dates in March and later months compared with common years. For algorithmic calculations the doomsday rule is useful: in leap years the set of anchor dates includes January 4 and February 29, which helps determine the weekday of any given date.

Typical patterns and notable dates

Leap years that begin on Monday show several recurring features. Among them is the occurrence of two Friday the 13ths in the year; in this calendar layout those fall in September and December. This two-occurrence pattern also appears in a common year starting on Tuesday, and the same set of months (September and December) host the 13ths that land on Friday. The weekday placement of many annual observances becomes fixed: for example, in such a year the leap day, February 29, occurs on a Thursday, and Christmas Day is on a Wednesday.

US federal holidays and common observances

When a leap year starts on Monday, several US observances take either their earliest or latest possible dates. Examples of typical placements in this layout include:

  • Martin Luther King Jr. Day: observed on its earliest possible date, January 15.
  • Valentine’s Day: falls on a Wednesday.
  • Presidents Day: observed on February 19.
  • Leap Day: February 29 falls on a Thursday.
  • St. Patrick’s Day: on a Sunday; Mother’s Day: on May 12; Memorial Day: on May 27.
  • Father’s Day: on June 16; Independence Day: on a Thursday.
  • Labor Day: on September 2; Columbus Day: on its latest possible date, October 14.
  • Halloween: on a Thursday; Veterans Day: on a Monday.
  • Thanksgiving: on its latest possible date, November 28; Christmas: on a Wednesday.

Examples and occurrence

Specific years that are leap years beginning on Monday (in the Gregorian calendar) include historical and future examples. Representative years are 1912, 1940, 1968, 1996, 2024, 2052, and 2080. These examples illustrate the roughly 28-year cycles that can appear in the Gregorian calendar because of the interaction between leap-year rules and the seven-day week, although century transitions and leap-year exceptions alter exact repetition.

Relations to other year types

This leap-year type is one of a small number of yearly templates defined by the pair (leap/common, weekday-of-January-1). It shares certain weekday coincidences with leap years starting on other weekdays: for example, it is one of three leap-year starts that produce two Friday the 13ths, together with a leap year starting on Wednesday and a leap year starting on Thursday. Calendar enthusiasts and software libraries often treat these templates as distinct cases when generating yearly calendars or computing weekday-based rules.

For summaries, algorithms and printable layouts consult the indexed references linked above or standard calendrical sources. Practical use of this knowledge ranges from planning recurring events to programming date-handling functions that must account for leap-day shifts. For further reading follow the internal references provided here.