is_holiday
Determine whether a given date is a public holiday in any country using its ISO 3166-1 alpha-2 code. Useful for scheduling and compliance.
Instructions
Check whether a date is a public holiday in a country (ISO 3166-1 alpha-2). Data from the free Nager.Date service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date "YYYY-MM-DD". | |
| country_code | Yes | ISO country code, e.g. "US", "ES", "IN". |