~/allthedamn.tools

Days From Today Calculator

Count any number of days forward or back and get the exact date and weekday.

runs entirely in your browser
Count
90 days from July 1, 2026Tuesday, September 29, 2026
That is
12 weeks and 6 days
Weekdays in between
64
ISO date
2026-09-29

Common day counts from July 1, 2026

Counted in your browser against your device’s own calendar. Nothing you type leaves this page.

Counting days is not the same as counting months

A deadline written as 90 days is not three months, and the gap is bigger than it looks. Ninety days from January 1st is April 1st; ninety days from March 1st is May 30th. The difference comes from which months the count happens to cross — February at 28 days and the run of 31-day months push the answer around by two or three days depending entirely on where you start. That is why counting on your fingers across a wall calendar goes wrong so reliably, and why a contract that says ninety days means ninety days rather than three months.

This calculator counts calendar days, one at a time, from the start date you give it. Every day is included: weekends, public holidays, the leap day in February of a leap year. If the count crosses February 29th, that day is one of the days counted, which is why the same number of days from the same date lands differently in 2027 and 2028.

Forward and backward are the same question

Half the reason people look this up is to count backward, not forward. A filing is due on a fixed date and something has to happen thirty days before it; a return window opened ninety days ago and you need to know whether it has closed. The toggle counts either way from the same start date, and the answer names the weekday as well as the date — because whether a deadline lands on a Saturday usually changes what you do about it.

The start date defaults to today, read from your own device, which is what the query usually means. It is editable, so the same instrument answers 'ninety days from the date on this invoice' without any different arithmetic. Change it and everything on the page — the answer, the weekday, the table of common counts — recounts from the new date.

The weekday count, and why holidays are not deducted

Alongside the date, the result reports how many of the days in the span are weekdays: Monday to Friday, weekends excluded. For anything measured in working days — notice periods, processing times, shipping estimates — that is usually the number that matters, and it is roughly five-sevenths of the calendar count rather than a fixed fraction, because which weekday you start on decides how the part-weeks fall.

Public holidays are not subtracted, and that is deliberate rather than a missing feature. Holidays differ by country, by state or province within a country, by industry, and from year to year for the ones tied to lunar or ecclesiastical calendars. A calculator that quietly deducted a guess at your holidays would produce a number that looked authoritative and was wrong for most visitors. Counting weekdays and saying plainly that is what it counts is the honest version.

Where the result comes from

Today is read from your device's clock in your device's own time zone, so a visitor in Auckland and a visitor in Los Angeles can see different answers to 'what is 90 days from today' at the same moment — correctly, because it is a different day in those two places. The arithmetic itself is done on calendar dates with no time attached, which is what keeps daylight-saving changes from shifting the result. Tools built on timestamps count 90 spans of 86,400 seconds, and in a year that loses an hour in spring that is not 90 calendar days.

Nothing is sent anywhere. There is no server involved in the count, no request made when you change a number, and the page keeps working with the network disconnected.

fair questions

What date is 90 days from today?
Ninety calendar days counted forward from today's date on your device — the calculator shows it above along with the day of the week. It changes every day, which is why a fixed answer written on a page somewhere is wrong by the time you read it.
Does this count weekends and holidays?
The main answer counts every calendar day, including weekends and public holidays. The result also reports how many of those days are weekdays, Monday to Friday, for when the count is meant to be in working days. Public holidays are never deducted — they vary too much by country and year to guess.
Can I count backward instead?
Yes. Switch the direction to 'back' and the same day count runs the other way — 90 days before today rather than after it. Everything else, including the table of common counts, follows the direction you pick.
Can I count from a date other than today?
Yes. The start date defaults to today but is fully editable, so you can count days from a contract date, an invoice date, or any other day. The answer, the weekday, and the common-counts table all recount from whatever start date you set.
Why is 90 days not the same as 3 months?
Months are between 28 and 31 days long, so three months is anywhere from 89 to 92 days depending on which three. Ninety days from January 1st is April 1st, but ninety days from March 1st is May 30th. If a deadline is written in days, count days.
Is the leap day included?
Yes. If the span crosses February 29th in a leap year, that day is counted like any other, which is why the same count from the same date can land one day apart in different years.
Does anything I enter get uploaded?
No. The count runs entirely in your browser, no dates are sent to a server, and nothing is stored or logged. The page works offline once it has loaded.

this site is built on Guardrails, the guard-railed boilerplate for shipping real products with AI agents.