45 Day Calculator

Find the exact date 45 days before or after any start date, plus the day of the week and a months-and-days breakdown of the span.

Quick Facts

45 days equals
6 weeks, 3 days
45 ÷ 7 = 6 remainder 3 — an exact conversion, not an estimate.
Common real-world use
IRS Section 1031 identification period
A 1031 like-kind exchange gives investors 45 calendar days from closing to identify replacement property.

Your Results

Calculated
Target date
-
The resulting calendar date
Day of week
-
Weekday the target date falls on
From today
-
Days between today and the target date
Calendar span
-
Months and days between start and target

Ready

Choose a start date and direction, then press Calculate.

About the 45 Day Calculator

This tool finds the calendar date that sits exactly 45 days before or after a date you choose, then reports the day of the week, how far that date is from today, and the equivalent span in months and days. It uses plain calendar arithmetic — advancing the calendar day by day through real month lengths and leap years — rather than approximating 45 days as "a month and a half."

The formula

Given a start date S and a direction, the target date T is:

  • 45 days after: T = S + 45 calendar days
  • 45 days before: T = S − 45 calendar days

Because the calculation walks through the actual calendar (JavaScript's native date object), it automatically lands on the correct date even when the span crosses February in a leap year, a 30-day month, or a year boundary — no manual adjustment needed.

Two ways to count "45 days"

There are two common conventions for what "Day 45" means, and this calculator supports both:

  • Exclusive (default): the start date is Day 0, so Day 45 is 45 full days later. This matches how most planning tools and statutory deadlines count elapsed days — including the IRS Section 1031 like-kind exchange identification period, which runs 45 calendar days from the day the relinquished property closes.
  • Inclusive: the start date itself is counted as Day 1, so the 45th day is only 44 days after the start. Some notice periods and cure periods are written this way instead.

Pick whichever convention matches your context — the two methods differ by exactly one day, which matters for a deadline tied to a specific "Day 45" but is otherwise a rounding note.

Common uses

  • Real estate: the 45-day identification period in a Section 1031 like-kind exchange
  • Legal and contractual deadlines: 45-day notice periods, cure periods, and response windows
  • Project and academic deadlines set as "45 days from kickoff" or "45 days before the deadline"
  • Personal planning: countdowns, trial periods, and elapsed-time checks

Precision note

Results use calendar days (every day counted equally), not business days — weekends and holidays are not skipped. If your 45-day window has legal or contractual significance, such as a 1031 exchange or a notice period, confirm which counting convention the relevant statute or agreement uses, since a single day's difference can change the deadline.

Frequently Asked Questions

How is the 45th day calculated?
By default, the calculator treats your start date as Day 0 and adds (or subtracts) 45 full calendar days to find the target date — this is the "exclusive" method. Switch to "Inclusive" if your start date itself should count as Day 1, which moves the target to 44 days from the start instead of 45.
Why does a 45-day count matter for legal and real estate deadlines?
45 days is a common statutory and contractual window. The best-known example is the IRS Section 1031 like-kind exchange identification period, which gives an investor 45 calendar days from the closing of the relinquished property to identify replacement property. Many notice periods and cure periods also use a 45-day window, so getting the exact date right matters.
Does this account for leap years automatically?
Yes. The calculation uses standard calendar-date arithmetic, so a 45-day span that crosses February 29 in a leap year, or crosses from one year into the next, resolves to the correct date without any manual adjustment.
How many weeks is 45 days?
45 days is exactly 6 weeks and 3 days (45 ÷ 7 = 6 remainder 3). That conversion is fixed and does not depend on which start date you use.