1 week from now — date & weekday
What date is 1 week (7 calendar days) from a given date? Pick a start date below and get the exact result date and weekday. “1 week” and “7 days” are equivalent for calendar math.
From today (quick answer)
Offset | Date | Weekday |
---|
Calculator
Use negative values to go back in time (e.g., -1
= 1 week before).
Result
Select a date to see the result…
Formula: result = start + (weeks × 7 days)
. Month lengths and leap years are handled automatically.
How it works
Weeks vs days: 1 week = 7 calendar days. Adding a full number of weeks keeps the same weekday (e.g., Monday + 1 week → Monday).
Time zones: We operate on whole dates in your browser’s local time. Time-of-day and DST changes don’t affect the weekday result.
Examples: If the start date is 2025-09-02
(Tuesday), then 1 week from that date is 2025-09-09
(Tuesday).
Related tools
1 week from now — FAQs
Is 1 week the same as 7 days?
Yes. For calendar arithmetic, 1 week equals 7 consecutive days. The weekday will be the same as the start date.
Do weekends count?
Yes. We add calendar days. A business-days-only mode would exclude weekends/holidays (planned for a future version).
Which calendar is used?
The modern Gregorian calendar (handles different month lengths and leap years automatically).
Can I pick a different number of weeks?
Yes. Change the “Weeks to add” field (use negative values to go back). We’ll publish dedicated pages for 2–20 weeks as well.