➕ Add to Date Calculator
Want to know what date it will be in 30 days, 6 weeks or 3 months? Enter your start date, the amount and the unit, and the calculator adds it up exactly according to the calendar, including leap years and months of different lengths.
Formula
Result = start date + (amount × unit)
For days and weeks, the calculator simply adds the number of days (1 week = 7 days). For months, the calendar month shifts forward; if the start date doesn't exist in the target month (for example 31 January plus 1 month), the date is clamped to the last day of that month (28 or 29 February, depending on a leap year) rather than overflowing into March.
Steps
- 1Enter the start date.
- 2Enter the amount and choose days, weeks or months.
- 3Read the resulting date.
Number of days per unit
| Unit | In days | Special case |
|---|---|---|
| 1 day | 1 | Always exact. |
| 1 week | 7 | Always exact. |
| 1 month | 28-31 | Date is clamped on overflow. |
| February (leap year) | 29 | Every 4 years, with century exceptions. |
Months don't have a fixed number of days; the calculator accounts for this automatically.
commonMistakes
- Expecting that adding months at the end of a month always lands on the same day next month.
- Confusing weeks and months: 1 month is not a fixed 4 weeks, but 4.35 weeks on average.
- Forgetting that a negative amount is needed to calculate backwards to an earlier date.
useCases
- Calculating the expiry date of a contract or warranty.
- Estimating the delivery date of an order after a processing time in business days or weeks.
- Planning reminders, such as a check-up appointment 3 months after a treatment.