- Add or subtract any unit?
- Days, weeks, months, years. Business-day offset ignores weekends (and configurable holidays).
- What does 'add 1 month' mean?
- Same day next month (Jan 15 → Feb 15). If the target doesn't exist (Jan 31 + 1 month would be Feb 31), clamps to the last day (Feb 28/29).
- Weekday output?
- Yes — the resulting date's weekday is shown. Useful for 'what day will Feb 15 be in 2025?'
- Can I chain offsets?
- Yes — 'today + 6 months + 2 weeks - 3 days'. The tool computes each step sequentially.