NumberTruthUnit Converter · Calculator Grid

Add or Subtract Days

Add or subtract any number of days from a date and get the resulting date plus weekday.

Add or Subtract Days

Date + N days = result

ResultSaturday, January 31, 2026
ISO date2026-01-31
Your inputs are encoded in this URL — copy it to share a configured calculator.

About this tool

Compute the date that is N days before or after a given date. Negative N subtracts.

Formula

result = startDate + N days, using calendar arithmetic that handles leap years.

Worked example

2026-01-01 + 30 days = 2026-01-31 (Saturday).

Notes

Adding 365 days does not always land on the same calendar date the next year — leap years offset by one day.