Leap Year
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://calcfyi.com/iframe/glossary/leap-year/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://calcfyi.com/glossary/leap-year/
Add a dynamic SVG badge to your README or docs.
[](https://calcfyi.com/glossary/leap-year/)
Use the native HTML custom element.
A year with an extra day (Feb 29) to synchronize the calendar year with the astronomical year. Every 4 years, except centuries not divisible by 400.
leap = (y \bmod 4 = 0) \land (y \bmod 100 \neq 0 \lor y \bmod 400 = 0)
Equivalents
- jp
- 閏年
- kr
- 윤년