get_business_days
Calculate business days between two dates while excluding weekends and custom holidays. Specify a timezone for accurate results. Useful for scheduling and deadline tracking.
Instructions
Calculate business days between dates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | Yes | End date | |
exclude_weekends | No | Exclude weekends (default: true) | |
holidays | No | Array of holiday dates | |
start_date | Yes | Start date | |
timezone | No | Timezone for calculation (default: system timezone) |