Calculators / Quick tool

Calendar Quarter Calculator

Find calendar quarter number, start date, end date and ordinal day within it.

● Processed locally in your browser
Processed locally in your browser
Quarter details Choose an action to process the input.

Method, example & boundaries

Calendar Quarter Calculator: from input to a reviewable result

Identify the standard calendar quarter for a date and return the quarter’s exact first and last days. This is a date-boundary utility for reporting periods, campaign plans, and handoffs that use January–March as Q1.

Worked example: an August reporting date

Example input
Date August 10, 2026.
Example output
2026 Q3; July 1 through September 30, 2026.

How to interpret it

Calendar quarters are fixed three-month blocks: January–March, April–June, July–September, and October–December.

Quarter and boundary method

The quarter number is floor((month − 1) ÷ 3) + 1. The start month is the first month in that block; the end date is the last real calendar day of the block’s third month.

When not to use calendar quarters

  • A custom fiscal year can place the same date in a different quarter.
  • Retail 4-4-5 calendars do not follow these month boundaries.
  • The result does not include business-day or holiday adjustments.