Home/Date & Time/Day Counter

Day Counter — How Many Days Until Any Date

Find out exactly how many days until any date — a birthday, holiday, deadline or exam. Also counts the days between two dates and Australian business days excluding weekends.

Enter an event date in the "Days Until / Since an Event" box below to see instantly how many days until it arrives (or how many days since it passed) — the same question as "how many days until [date]", calculated live and always accurate for today.
Count Days Between Dates
Start Date
End Date
Include end date?
Days Until / Since an Event
Event Date
Event Name
Day Count Results
Total Days
UnitValue
Upcoming Australian Public Holidays

Quick Answer

To find how many days until any date, enter it in the "Days Until / Since an Event" box above — the calculator subtracts today's date from the event date and shows the exact day count instantly, updated live every time you visit (never a stale, pre-written number).

How "Days Until" Is Calculated

The calculation is simple date subtraction: convert both dates to a day-count from a fixed reference point, then subtract. In practice this means taking the difference in milliseconds between the two dates and dividing by the number of milliseconds in a day (86,400,000), which cancels out time-of-day so only whole days are counted.

Days until = (Event date − Today's date) in milliseconds ÷ 86,400,000

Worked Example

Today: 8 August 2026. Event: 25 December 2026 (Christmas Day).
Difference: 139 days.
Result: Christmas Day 2026 is 139 days away.
Did you know? "How many days until [date]" is one of the most-searched date questions online, spiking every time a specific date approaches — exam days, public holidays, concert dates, and countdown-worthy events. Because the answer changes every single day, a live calculator is the only way to get it right without doing the maths yourself.

Days Between Dates vs Days Until an Event

QuestionWhat it needsTool above
"How many days until [date]?"Just the target date — today is assumed as the startDays Until / Since an Event
"How many days between [date A] and [date B]?"Two specific dates, neither necessarily todayCount Days Between Dates
"How many business days until [date]?"Target date, excluding weekends (and optionally public holidays)Count Days Between Dates (business-day row in results table)

Common Mistakes When Counting Days

MistakeWhy it's wrong
Counting both the start and end date as full daysWhether to include the end date changes the total by exactly 1 — this calculator lets you choose "include end date" explicitly
Ignoring time zones in codeParsing a date-only string as UTC (a common web-development bug) can shift the calculated day count by one for users in certain time zones
Assuming "business days" excludes public holidays automaticallyBusiness-day counts here are Monday–Friday only; state-specific public holidays are not automatically excluded since they vary by location
Forgetting leap years in long-range countsMulti-year day counts must include the extra day in each leap year, or the total will be off by one day per leap year crossed
Common mistake: Assuming "10 days until Friday" and "10 days from today, which happens to land on Friday" mean the same thing as a business-day count — they don't. Always check which of the three modes above answers your actual question.

Business Days in Australia

Business days exclude Saturdays, Sundays, and public holidays. Public holidays vary by state. This calculator counts Mon–Fri as business days (a conservative count, as it does not include state-specific holidays) — for deadlines that specifically exclude public holidays, cross-check against your state's official public holiday calendar, or use the upcoming holidays list to the right as a starting reference.

Day Counter Cheat Sheet

Days until event = (Event date − Today) ÷ 86,400,000
Include end date? Adds or subtracts 1 day depending on the answer
Business days ≈ Total days × 5/7 (rough estimate; exact count excludes actual weekend dates)
1 week = 7 days · 1 fortnight = 14 days · 1 month ≈ 30 days · 1 year = 365 (366 leap) days

Practice Questions

Beginner:

  1. If today is 8 August 2026, how many days until 1 September 2026?
    Show answer

    24 days.

  2. How many days are in a fortnight?
    Show answer

    14 days (2 weeks).

Advanced:

  1. From Monday 3 August 2026 to Friday 28 August 2026 inclusive, how many business days (Mon–Fri) are there?
    Show answer

    20 business days (4 full 5-day weeks).

  2. If an event is "in 100 days" from 8 August 2026, what calendar date is that?
    Show answer

    16 November 2026.

🔑 Key Takeaways

  • "How many days until" a date is simply that date minus today, in whole days
  • Whether to include the end date changes the total by exactly one day — check which convention applies
  • Business days (Mon–Fri) and calendar days can differ by several days over a month or more
  • This calculator's business-day count excludes weekends only, not state-specific public holidays
  • The countdown updates live every time you load the page, so it's always accurate for today's date
⏱️ Last Updated: June 2026 | Reviewed by Mohsin Iqbal

🔑 Key Takeaways

Days Between Common Dates

EventTypical DateDays from 1 Jan
Australia Day26 January26 days
Easter (approximate)March/AprilVaries
ANZAC Day25 April115 days
End of financial year30 June181 days
Christmas Day25 December359 days

Frequently Asked Questions

How do I find out how many days until a specific date?

Enter the date in the "Days Until / Since an Event" box above. The calculator subtracts today's date from your chosen date and shows the exact number of days remaining (or, if the date has passed, how many days ago it was) — recalculated live every time you load the page.

How do you count days between two dates?

Convert both dates to day numbers (days since a fixed reference point, like January 1, 4713 BC in the Julian calendar system), then subtract. Most programming languages and spreadsheets have built-in date subtraction. For example in Excel: =B2-A2 (with date-formatted cells) gives the number of days between two dates.

How many days until Christmas?

Use the day counter above with 25 December entered as the event date — it shows the exact number of days from today, recalculated live so it's always correct no matter when you visit.

Does the day count include today or the target date?

The "Days Until / Since an Event" tool counts whole days between today and the target date. The "Count Days Between Dates" tool gives you an explicit "include end date?" toggle, since whether the last day counts as a full day depends on what you're using the count for (e.g. inclusive leave counts vs exclusive date-difference maths).

How does the day counter work?

This day counter estimates the number of days between two dates. Enter a start and end date and it counts the total days, useful for deadlines, leave, and project planning.

What is the difference between calendar days and business days here?

Calendar days count every day including weekends. Business days, as shown in the results table, count Monday to Friday only — this tool does not automatically exclude state-specific Australian public holidays, since these vary by location, so always double-check against your state's calendar for holiday-sensitive deadlines.

⏱️ Last updated: August 2026 · Reviewed by Mohsin Iqbal