Intermediate

季度与财年查找器

使用您自己的财年起始月,查找任意日期的日历季度、财政季度、财年标签以及在季度中的进度。
Format: YYYY-MM-DD

Fiscal year start month

Month your fiscal year begins (default January)
Calendar quarter
Q3

Fiscal Q3 · FY 2026

Q3 startQ3 end13 / 92 天Progress through quarter Q3 — 13%
Calendar quarter
Q3
Fiscal quarter
Q3
Fiscal year
FY 2026
Day of quarter
13 / 92
Step by step
  1. 1

    Zero-based month index

    7 − 1 = 6
  2. 2

    Quarter group (0-indexed)

    floor(6 ÷ 3) = 2
  3. 3

    Calendar quarter

    2 + 1 = 3
结果仅为一般参考性的估算,并非专业建议——在依赖这些重要结果之前,请务必自行独立核实。 阅读完整免责声明.
快速解答

这个计算器是如何工作的?

输入任意日期和您的财年起始月,获取日历季度(Q1-Q4)、对应财政季度,以及以财年结束年份命名的财年标签。进度条还显示当前日历季度已经过去的百分比。

公式
calendarQuarter = floor(month0 / 3) + 1; fiscalIndex = ((month0 - (startMonth - 1)) + 12) mod 12; fiscalQuarter = floor(fiscalIndex / 3) + 1
How this is calculated

输入日期(YYYY-MM-DD)和财年开始月份。月份转换为零基索引(一月 = 0)。日历季度为floor(month0 / 3) + 1,因此一至三月为Q1,四至六月为Q2,七至九月为Q3,十至十二月为Q4。

财政季度对日历进行移位,使财年起始月成为财政Q1的第一个月。我们计算fiscalIndex = ((month0 - (startMonth - 1)) + 12) mod 12,得出自财年开始以来的月数(0-11),然后fiscalQuarter = floor(fiscalIndex / 3) + 1。当财年起始月为一月时,财政季度与日历季度重合。

财年标签使用以财年结束的日历年份命名的常见惯例(例如,从2025年10月开始的财年标记为FY 2026)。季度进度是已经过去的日历季度比例,从季度第一天到输入日期的整天数,显示在进度条上。无效的日历日期(如2月30日)将被拒绝。

常见问题

Q1为一月至三月,Q2为四月至六月,Q3为七月至九月,Q4为十月至十二月。每个季度为三个月。

此工具以财年结束的日历年份来命名财年。例如,从2025年10月到2026年9月的财年显示为FY 2026,与美国联邦惯例一致。如果财年从一月开始,则财年等于日历年。

进度是已过去的日历季度比例,从季度第一天到输入日期的整天数除以该季度总天数,以百分比表示。

也称为

第几季度
财年计算器
现在第几季度
季度查询
q1 q2 q3 q4
财政季度
季度计算

APA

TG we-Calculate Editorial Team. (2026). 季度与财年查找器 [Online calculator]. TG we-Calculate. https://we-calculate.com/zh/calculator/quarter-of-the-year

Chicago

TG we-Calculate Editorial Team. "季度与财年查找器." TG we-Calculate. 2026. https://we-calculate.com/zh/calculator/quarter-of-the-year.

IEEE

TG we-Calculate Editorial Team, "季度与财年查找器," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/zh/calculator/quarter-of-the-year

BibTeX

@misc{wecalculate_quarter_of_the_year, title = {季度与财年查找器}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/zh/calculator/quarter-of-the-year}}, year = {2026}, note = {TG we-Calculate} }

这个计算器对您有帮助吗?