The Days From Today Calculator is for rules that sound simple until a calendar gets involved: “30 days from today,” “14 days before the event,” or “6 months after this deadline.” Choose a base date, pick after or before, enter an amount, and the result updates immediately.
When to use this calculator
Use this calculator when you need the resulting date, not the difference between two dates. It works well for deadlines, reminders, return windows, review dates, subscription renewals, school dates, and project milestones.
For common searches, the answer-first pages are faster:
Use the full calculator when you need a different number of days, a custom base date, weeks, months, years, or a specific copy format.
How to calculate days from today
- Open the calculator and leave the base date set to today.
- Choose After if you want a future date, or Before if you want a past date.
- Enter the amount, such as
30, 60, or 90.
- Choose days when you need an exact calendar-day count.
- Copy the result in US long, UK long, ISO, or summary format.
The calculator runs in your browser, so changing the amount or unit updates the result without sending the selected date to a server. Your deadline stays between you and your browser, which is usually enough drama.
Calendar days vs business days
This calculator uses calendar days. It counts every day, including weekends and holidays.
If your rule says “business days,” “working days,” or “weekdays only,” stop here: weekends just entered the chat. You need a business-day calculation instead, with a weekend rule and, often, a holiday calendar.
Example: calculate 90 days from today
If you need a date for a review 90 calendar days from today, use After, enter 90, and choose days. The result is the date 90 calendar days after your browser’s local date.
This is the right choice for rules that say “90 days” rather than “3 months.” The calendar is not a spreadsheet, unfortunately, so those can land on different dates.
Example: calculate a reminder before a date
If an event is scheduled for a specific date and you want a reminder 14 days before it, change the base date to the event date, choose Before, enter 14, and choose days.
This is useful for exam reminders, reservation changes, subscription renewals, and paperwork deadlines.
Days, weeks, months, and years are different
Use days or weeks when the rule is an exact count. One week is always 7 calendar days, and 12 weeks is always 84 calendar days.
Use months or years when the rule is based on calendar periods. Calendar months do not all have the same number of days, so 6 months is not the same as 180 days. Around month-end dates, the calculator uses the last valid day of the target month.
For example, adding 1 month to January 31 becomes the last valid day in February. That is calendar-month behavior, not fixed-day behavior.
Why 30 days is not always 1 month
A month sounds like it should be a neat 30-day box. Sadly, calendars were assembled by history, astronomy, politics, and a suspicious amount of ancient Roman energy.
By Julius Caesar’s time, Roman calendar drift and irregular month lengths were serious enough to need a major reform: the Julian calendar. That helped standardize the year and the leap-year pattern, but it did not make month lengths uniform. Modern months still have 28, 29, 30, or 31 days.
So “30 days from today” means exactly 30 calendar days later. “1 month from today” means moving to the same calendar day in the next month when possible. Those can land on different dates.
Short version: days are math; months are calendar lore.
Excel and Google Sheets
For simple spreadsheet dates, add or subtract days from TODAY():
| Formula | Meaning |
|---|
=TODAY()+30 | 30 calendar days after today |
=TODAY()-14 | 14 calendar days before today |
In Excel and Google Sheets, WORKDAY is usually the better choice for business-day rules because it can skip weekends and, when configured, holidays. This guide stays focused on calendar-day offsets rather than becoming a spreadsheet side quest.
After the result appears, choose the copy row that matches where you will paste it:
| Format | Best for |
|---|
| US long | Messages for US readers, such as June 10, 2026 |
| UK long | Messages for UK or international readers, such as 10 June 2026 |
| ISO | Spreadsheets, databases, and developer workflows, such as 2026-06-10 |
| Summary | Emails, notes, tickets, and task descriptions |
Avoid ambiguous short numeric dates when the audience may use a different date order. A value like 6/10/26 can be read differently across locales.
Common mistakes
- Treating 30 days as the same as 1 month. They are not always the same.
- Treating 365 days as the same as 1 year. Leap years can change the result.
- Expecting weekends or public holidays to be skipped by a calendar-day calculation.
- Using the wrong base date. If the rule starts from a contract date, invoice date, event date, or delivery date, change the base date before calculating.
- Pasting a short numeric date into an international message. Use a long format or ISO format instead.
FAQ
Do you count today?
The base date is the starting point. 1 day from today is tomorrow; 30 days from today is the date 30 calendar days after today. Today is the launch pad, not day one of a manual tally.
Are weekends and holidays skipped?
No. The calculator uses calendar days, so weekends and holidays are included. Saturday does not get a secret escape hatch.
Is 30 days from today the same as 1 month from today?
Not always. 30 days is an exact count. 1 month depends on the calendar month, and calendar months refuse to be the same length. That is why January 31 plus 1 month and January 31 plus 30 days can behave differently.
Should I use days or months?
Use days for an exact count. Use months or years when the rule is based on calendar periods. If the rule says “90 days,” use days. If it says “3 months,” let the calendar do its calendar thing.
Use ISO for spreadsheets, databases, and development work. Use a long local format for emails, messages, and international readers. Short numeric dates are tiny ambiguity machines.