Tool Calculator Days
Fast, accurate and free online tool calculator days tool running directly in your browser.
-
1Enter data
Enter content, paste text or load a file from disk. -
2Click the button
The tool will immediately process your data in the browser. -
3Get the result
Copy the finished text or save the file to your device.
return "Result ready in 0.1s";
}
Day Calculator
Calculate date difference, working days or add time to the date. Precise and fast.
Enter the data on the left and click Calculate the result.
Rate this tool:
Related tools
Other tools you may find usefulOnline day calculator - calculate date difference, business days and deadlines
"How many days have passed since...?", "What day will it be after 30 days?", "How many business days are there between two dates, excluding weekends and holidays?" – such questions arise every day at work, in project planning, in human resources, in accounting and in private life. This days calculator was created to give a clear answer in a second, without manual counting, without mistakes and without "do we count the first day?" The tool has three main modes:date difference(calendar days and workdays),add/subtract daysand a "workday" variant where weekends and the list of holidays are important.
What is the days calculator used for?
The difference between two dates sounds trivial until a condition appears: "with weekends", "without weekends", "we count the start and end", "include holidays" or "count until the contractual date". In practice, these details are crucial: in contracts and regulations you will often find the provision "within 14 days from the date of...", and in administrative procedures there are deadlines counted from delivery. In projects, on the other hand, planning sprints, delivery dates and schedules is important. The days calculator allows you to count it quickly and consistently, and divide the result into several perspectives: calendar and working.
Examples of applications at work
- Planning project deadlines: start, deadline, time buffer.
- Calculation of the number of business days until the order or delivery is completed.
- SLA control: how many days of work are actually left on the clock.
- Setting payment and settlement deadlines (calendar vs. working).
- Reports: how many days have passed since the event, how many weeks the period covers.
Private and "life" applications
- Countdown to a vacation, trip or important event.
- Check what day of the week it will be in X days.
- Calculation of time between tests, visits, inspections.
- Study planning: how many days until the exam and how to distribute the material.
- Period analysis: how many hours/minutes/seconds are in a given range.
Mode 1: Date difference - what exactly are you counting?
In "Date Difference" mode you selectstart date i end date. The tool will also automatically handle when the dates are "reversed" - the result will still be correct, and the information whether you count "forwards" or "backwards" will be retained internally. The most important part, however, are the boundary options:include start day i include end day. They decide whether the scope is to be counted inclusively or exclusively.
How to interpret the settings for counting marginal days?
Below you have simple logic that helps you understand the result. Let's assume that the difference between the dates isdiffInDays(i.e. how many days there are "bare" days between them, without including edges). Then:
| Include start | Include end | What does | Effect on result |
|---|---|---|---|
| Yes | Yes | Inclusive range (both ends) | diff + 1 |
| Yes | No | From the day after the start to the day before the end | diff |
| No | Yes | From the day after the start to the end | diff |
| No | No | Range "middle" without both edges | max(0, diff - 1) |
Thanks to this, the tool is suitable both for counting periods "including" specific dates (e.g. reservation from-to) and for counting periods "from the day of the event" (where sometimes the day of the event is not included).
Working days, weekends and holidays – how does working mode work?
The second part of the calculator isbusiness days. You can enable the "exclude weekends" option and then Saturdays and Sundays will not be counted as working days. Additionally, you can paste your own list of holidays in the text field (one date in the YYYY-MM-DD format on each line). These dates will also be excluded from the pool of working days.
How to enter holidays?
Paste the dates in the formatYYYY-MM-DD, each on a separate line. You can add comments after#or//, and the tool will still read the date itself. It's convenient if you keep a list of "company holidays" or industry-specific days off.
- 2026-01-06
- 2026-05-01 # Labor Day
- 2026-05-03 // Constitution of May 3
What are counted as "working days"?
If you exclude weekends, business days are Mon-Fri minus the dates in the holiday list. If you do not exclude weekends, "working days" in practice equal calendar days (including weekends).
Mode 2: Add/Subtract Days - Calculate Target Date
The second mode answers the question: "What date will be after X days?" or “Go back X days from a given date.” You selectbase date, number of days and direction (add/subtract). If you check the "add business days" option, the tool will advance the date by one day and only count days that are not a weekend or holiday from the list. This is especially useful when planning completion dates, where "7 days" often means 7 days of work, not 7 calendar days.
Add Xto the base date and get the target date.
Optional: business days only (excludes weekends and holidays).
Subtract Xfrom the base date and go back in time.
Useful for setting 'latest until' or analyzing ranges.
The tool can also show additional date features: quarter, week of the year, day of the year, information about leap year.
Additional statistics: weeks, hours, minutes and "year percentage"
In addition to the number of days, the calculator can convert the range intoweeks, hours, minutesandseconds. This may seem like a "gimmick", but it can be surprisingly practical: in resource planning it is easier to think in hours, while in automation and integrations you often need minutes/seconds.
Additionally, there is a "percentage of year" metric (approximately for 365 days), which tells how much of the year a given range constitutes. Of course, this is a simplification (leap years can happen), but it is very clear for quick orientation and comparisons.
Weekday schedule – who needs it?
In this calculator you can also get a schedule of how many Mondays, Tuesdays, etc. there are in the analyzed period. This is useful in planning the work of teams (e.g. when you know that Mondays are "meeting days"), in logistics (days of departures), and even in analyzing habits. If the range is extremely long, the tool may limit iteration for safety, but for typical applications it works fine.
The most common mistakes when counting days and how to avoid them
- Unclear counting of borders- always determine whether you are counting the start and end.
- Confusing working days with calendar days– 10 business days is usually 2 weeks +.
- No holidays in the calculations- if the date is "working", holidays have a real impact.
- Inverted dates– the tool will do the trick, but it's worth knowing if you're counting "forward".
- Usingapproximations - Manual calendar counting easily misses exceptions.
FAQ
Can I count working days without entering holidays?
Yes. Just turn on "exclude weekends". Holidays are optional - if you do not specify them, the calculator will assume that working days are Monday-Friday.
What do "include start day" and "include end day" mean?
This determines whether the scope is inclusive. If you include both ends, then from 2026-01-01 to 2026-01-01 you have 1 day. If you don't count, you have 0. This option is crucial in interpreting contractual terms.
Can I add a negative number of days?
Yes - the tool logically converts this to the opposite direction (e.g. "add -7" becomes "subtract 7"). This means you don't have to correct the data manually.
Does "add working days" mode ignore weekends and holidays?
Yes. When adding business days, the tool advances the date step by step and counts only those days that are not Saturday/Sunday or do not appear in the list of holidays entered by the user.
How to enter holidays so that the calculator recognizes them?
In the format YYYY-MM-DD, one date per line. Blank lines are ignored and comments after # or // will be skipped.
Summary: When to use which mode?
Date Difference
- When you want to count the range of time between dates.
- When you need days/weeks/hours/minutes/seconds.
- When you want to compare calendar vs. work.
Add / Subtract
- When you want to get the target date after X days.
- When the deadline is counted in business days.
- When you analyze a week of the year, a quarter, a day of the year.
If you care about accuracy and consistency, stick to one rule: first decide whether you countcalendarorworking, and then set the edge counting. The days calculator will do the rest and show the result in a readable form.
Count the days now