is_business_day
Check if a date is a working day, accounting for weekends and public holidays in any country or subdivision.
Instructions
Returns whether a date is a working day, accounting for weekends and public holidays in the given country or subdivision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Calendar date, YYYY-MM-DD. | |
| country | No | ISO 3166-1 alpha-2 country code. Defaults to US. | |
| subdivision | No | Optional subdivision code, e.g. SCT. |