Add Years, Months & Days to a Date
Add any combination of years, months, and days to a date to find the resulting date.
How to use this tool
- Enter start date, years to add, months to add and days to add in the fields above.
- Results update instantly as you type โ or click Calculate.
- Read your result date and the full breakdown beneath it.
Add any combination of years, months, and days to a date to find the resulting date.
Frequently asked questions
- What happens when adding months pushes past month end?
- JavaScript's Date handles month overflow automatically: adding 1 month to January 31 gives March 2 or 3, since February does not have 31 days.
- Can I subtract time by using negative values?
- Yes โ enter negative numbers for years, months, or days to subtract instead of add.