datetime_is_leap_year
Determine if a specified year is a leap year. Enter the year to get a boolean result for calendar and date validation.
Instructions
Return whether the given year is a leap year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |