calculate_business_days
Calculate business days between two dates, excluding weekends and optionally US holidays. Specify timezone for precise results.
Instructions
Calculate business days between two dates (excluding weekends)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End date (ISO string or natural language) | |
| timezone | No | IANA timezone name (e.g., 'America/New_York'). Defaults to system timezone. | |
| startDate | Yes | Start date (ISO string or natural language) | |
| excludeHolidays | No | Whether to exclude common holidays (US holidays only). Defaults to false. |