2日付間の営業日数
jp_business_days_betweenCalculate the number of business days between two dates (inclusive) for Japan, factoring in national holidays.
Instructions
開始日から終了日まで(両端を含む)の営業日数をカウントします。開始日は終了日以前である必要があります。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | 終了日(YYYY-MM-DD、開始日以降) | |
| start | Yes | 開始日(YYYY-MM-DD) |