Date Calculator
Find the difference between two dates, or add and subtract days, weeks, months, and years from any date.
Find the difference between two dates, or add and subtract days, weeks, months, and years from any date.
The Oneyfy Date Calculator has two modes: Find Difference calculates the exact span between two dates in multiple units, while Add/Subtract lets you find a resulting date after applying a time offset.
Date differences are computed using JavaScript's built-in Date object. Millisecond differences are converted to days, then to weeks, months, and years. Month and year addition/subtraction correctly handles calendar roll-over (e.g., adding 1 month to January 31 gives February 28/29).
Start: January 1, 2024 ยท End: October 15, 2024 โ Difference: 288 days (9 months, 14 days, or ~41 weeks).
Base: March 31, 2024 ยท Add 2 months โ Result: May 31, 2024.