Home
Get Started
Overview
API Docs
GitHub
is_leap_year
Check for leap years
Returns true when the supplied year or date falls in a leap year.
Parameters
x
(
Int
): | Date | Datetime | Vector The year or temporal value(s).
Returns
Vector[Bool] True if it is a leap year.