Days Until / Countdown Calculator

Countdown

2 months, and 24 days

Compare Calculations

Downloads

Includes your inputs and results for this calculation, plus any additional calculations you've compared.

How This Calculator Works

A countdown is the exact number of days remaining until a specific future date — or, if that date has already passed, how long ago it happened. Enter a target date — a holiday, a deadline, a trip, an event — and optionally what you’re counting down to, and this calculator tells you exactly how many days and weeks remain, or, if the date has already passed, how long ago it was instead of showing an error, since that’s just as useful a thing to know.

The Formula

Days Until=Target DateTodayMilliseconds per Day\text{Days Until} = \frac{\vA{\text{Target Date}} - \vB{\text{Today}}}{\text{Milliseconds per Day}}

The result is broken into whole weeks plus remaining days for readability (e.g. “22 weeks, 3 days” instead of just “157 days”). Time-of-day is ignored — only whole calendar days are counted, so this always answers “how many days” the way you’d count on a calendar, not a precise hour-by-hour duration.

Worked Example

Counting down to December 25 from October 1 of the same year:

  1. Difference in milliseconds, divided by milliseconds per day: 85 days.
  2. Broken into weeks and days: 12 weeks, 1 day.

Source: Wikipedia: Gregorian Calendar (calendar-day difference).

Frequently Asked Questions

What happens if the date I enter has already passed?

You'll see how long ago it was instead of an error — useful for checking how many days since an event, not just counting down to a future one.

What's the difference between this and the Date & Time Duration Calculator?

This calculator is built specifically around counting from today — to or from a single date. The Date & Time Duration Calculator finds the elapsed time between any two arbitrary dates and times, with hours-and-minutes precision.