Days From Today

Find the calendar date N days from today (negative N = N days ago).

Calculator

Use a negative number to count backwards (e.g. -30 = 30 days ago).

Today 2026-05-06
Target date 2026-06-05

How it works

The calculator adds your number of days to today's date and respects calendar boundaries — month-end overflows roll into the next month and leap days are honored. Negative numbers count backwards, so −365 lands on the same date one year ago in non-leap years and one day earlier in leap-affected ranges. All math runs in your browser using the device's current date in UTC, so a calculation done at 11pm in New York and 5am in London on the same nominal date will produce the same target.

Why use this calculator?

Counting days by hand is error-prone — months have different lengths, leap years interrupt the count, and 'two months from now' is genuinely ambiguous. A calendar-aware calculator removes the fragility. Project managers use it for sprint deadlines, parents use it to project due dates, lawyers use it for filing windows, and anyone tracking a milestone uses it to lock down the exact date a count of days lands on.

FAQ

Does this calculator count weekends?

Yes. This calculator counts every calendar day including weekends and holidays. If you need only weekdays (Monday–Friday), use the Business Days Between calculator instead.

What is today's date used as the starting point?

The calculator uses the current UTC date at the moment the page loads. Your timezone may show a different local date for a few hours around midnight; the underlying math is consistent worldwide.

Can I count backwards?

Yes. Enter a negative number (e.g. −90) to find the date that many days in the past. The calculator caps the range at ±100 years for sanity, which is far longer than any practical use case.