How does an age calculator handle a February 29 birthday in non-leap years?
People born on February 29 (a leap day) have a birthday that only exists in leap years. Age calculators use one of two conventions: (1) The most common convention: treat March 1 as the legal birthday in non-leap years — the person turns N years old on March 1. Many countries' legal systems (UK, Hong Kong, New Zealand) use this rule explicitly. (2) Alternative convention: treat February 28 as the birthday in non-leap years — the person turns N years old on February 28. The difference is one day. For most practical purposes (age verification, eligibility checks), either convention gives the same year count. The legal convention matters for borderline cases like turning 18 or 21.