年度・四半期判定
fiscal_periodDetermine the fiscal year and quarter for any date, with a configurable fiscal year start month (default April). Works for Japanese fiscal periods.
Instructions
指定日が何年度の第何四半期かを返します。年度の開始月は指定可能(省略時は4月)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | 日付 (YYYY-MM-DD形式、例: 2026-08-15) | |
| fiscalYearStartMonth | No | 年度の開始月 (1〜12)。省略時は4(4月始まり) |