- What date is 90 days from today?
- Type 90 and the page tells you, counted from today on your own calendar. On Monday, September 21, 2026, 90 days from today is Sunday, December 20, 2026 — which is also 12 weeks and 6 days. The weekday matters more than people expect: a 90-day payment term that lands on a Sunday usually means the money moves on the Monday, and a 90-day filing deadline that lands on a weekend is often pushed to the next business day by the rule that set it. The page always names the weekday for exactly that reason.
- Does day 1 count as today or tomorrow?
- Tomorrow. "1 day from today" is the next calendar day, so on September 21 it's September 22. This is the standard reading of a deadline written as "within 30 days" — the clock starts the day after the triggering event, and the count doesn't include the day you're standing on. If your contract counts the starting day instead, subtract one from the answer. Type 0 and the page says "That's today." rather than pretending zero is a real span.
- Why don't I have to enter today's date?
- Because that's the whole question. "90 days from today" has one variable in it, and asking you to retype today before answering is work the page can do itself. Today comes from your device's clock, in your own time zone. Most date calculators are built for the two-date case and treat today as just another field, which is why they open in duration mode and hide this answer two interactions deep. If you do need two specific dates, the Days Between Dates and Date/Time Calculator pages handle that.
- How does it handle daylight saving time?
- By not using clocks at all. A common way to build this is to add 90 × 24 hours to the current timestamp, which quietly breaks twice a year: on the night clocks fall back, one day is 25 hours long, so the sum lands a few hours short and can report the wrong calendar date. In the US, clocks fall back on November 1, 2026. Counting 45 days from September 21 should give Thursday, November 5 — the hour-based method returns November 4 for anyone who loads the page before 1 AM. This page adds whole days to a calendar date, so the answer is the same at 6 AM and at 11:59 PM.
- Can it count backwards?
- Yes. Tap "Before today" and the same number runs the other way: 30 days before Monday, September 21, 2026 is Saturday, August 22, 2026. Typing a negative number does the same thing — the toggle flips and the field cleans itself up to show 30 rather than -30, so the state you see always matches the state that was used. Counting backwards is what you want for "when did the 60-day window open" or for checking whether something happened inside a lookback period.
- Are weekends and holidays skipped?
- No. This counts calendar days, which is what almost every contract, statute, and return policy means when it says "days" without qualifying it. If your deadline is written in business days — five business days to respond, ten working days to ship — that's a different count, because it skips Saturdays, Sundays, and public holidays. The Business Days Calculator does that one, and there's a link to it under the result. Reading a business-day deadline as calendar days is the single most common way people arrive at the wrong date.
- What do the weeks and days under the result mean?
- It's the same span said a different way, which is often easier to sanity-check. 90 days is 12 weeks and 6 days; 365 days is 52 weeks and 1 day; 30 days is 4 weeks and 2 days. Because a week is exactly 7 days, this never depends on which months you pass through, unlike a month count — 30 days from January 31 and 30 days from February 28 land in different months relative to their start. If you want the answer in months, the Date/Time Calculator breaks it down that way.
- Does it get leap years right?
- Yes, and it's worth checking in any tool you use for this. Counting 30 days from February 1, 2028 gives Thursday, March 2, 2028, because 2028 has a February 29. The same count from February 1, 2027 gives March 3 — one day further into March, from a year that's one day shorter. The dates here are computed with integer calendar arithmetic rather than by guessing month lengths, so leap days, century years, and long spans all come out right. The supported range runs from year 1000 to year 9999.
- Can I share or bookmark an answer?
- Yes. The address bar updates as you type, so the page becomes something like ?days=90&dir=after, and Copy link hands you that URL. Open it and the answer is already on screen with nothing to click. One thing to know: the link stores the count, not the date, so it's always counted from whatever today is when it's opened. That's usually what you want for a rolling window, and it's not what you want if you meant to send a fixed date — in that case, copy the date itself.
- Is anything saved or sent anywhere?
- No. The whole calculation runs in your browser, and the only place the number goes is the page address so a link can reopen it. There's no account, no sign-up to see the answer, and nothing stored on a server. Clear the box and the number disappears from the address too.