Date math needs an order and an overflow rule
A date add or subtract calculator finds a target such as 90 days from a date, six months before an event, or two years and three weeks after a start. When several units are combined, the operation order can matter. Adding a month near the 31st and then adding days may not land where days-first arithmetic does.
This page exposes that choice along with the month-end policy. The result records the normalized operation, target date, weekday, elapsed-day change, start and target calendar facts, and whether preserving the end of a month affected the answer.
Build the calendar operation deliberately
- Enter the starting date and choose whether values should be added or subtracted.
- Supply only the year, month, week, and day quantities you need; zero values are allowed.
- Choose calendar-first or days-first order and decide how an invalid month-end date should behave.
- Calculate, then copy the target together with its assumptions when another person must reproduce it.
Why January 31 makes the policy visible
Adding one month to January 31 cannot preserve day 31 in February. Constrain moves to February's last valid day; reject stops and asks for a different operation; preserve-end treats the starting end-of-month position as intentional for later month steps.
No option is universally correct. Scheduling systems, billing agreements, and personal plans can define month-end movement differently.
Calendar units and fixed days are not interchangeable
One week is seven days, but one month is not four weeks and one year is not always 365 days. The elapsed-change metric shows how many actual date boundaries the chosen calendar operation crossed.
Deadline questions require the source rule
Use the calculation to explore a target, then verify whether an official rule counts the starting day, moves weekends or holidays, sets a filing time, or uses business days. This tool does not silently apply those external policies.
For working-day offsets, move to Business Days and enter the relevant weekend and holiday schedule instead.
A saved result should include the starting date, signed quantities, operation order, and overflow policy—not only the final date—so a later reviewer can repeat the same steps.
Frequently asked questions
Answers about operation order, month ends, fixed days, zero offsets, and deadline use.
How do I add days to a date?
Choose Add, enter the starting date and day quantity, leave other units at zero, then calculate the target.
What happens when the target month is shorter?
The selected overflow policy constrains, rejects, or preserves an end-of-month relationship. The result states which rule ran.
Why can operation order change the result?
Calendar month or year movement can clamp a day before fixed weeks and days are applied, creating a different intermediate date.
Are four weeks and one month the same?
No. Four weeks always equal 28 days; a calendar month can contain 28 through 31 days.
What if every offset is zero?
The target remains the starting date, which is useful for confirming the selected weekday and calendar context.
Can I calculate a legal filing deadline?
Only after independently confirming its inclusion, holiday, weekend, timezone, and filing-time rules. This is general date arithmetic.