Workdays From Date Calculator
Find the date that is N business days before or after a start date.
Results update as you type.
[Translation temporarily unavailable. Please try again.]
workdays from date calculator moves forward or backward by a number of working days — skipping Saturdays and Sundays, plus any holidays you enter — from a start date, and returns the resulting date, its weekday, and the calendar span it covers. It is the tool for "5 business days from today" style deadlines used in shipping, contracts, and settlement dates. It is the tool for "5 business days from today" style deadlines used in shipping, contracts, and settlement dates. It is the tool for "5 business days from today" style deadlines.It worksFor example, 10 business days after Friday 1 August 2025 is Friday 15 August 2025 — two working weeks later, spanning 14 calendar days because two weekends fall inside. People use it to answer "What is the deadline?"It worksFor example, 10 business days after Friday 1 August 2025 is Friday 15 August 2025 — two working weeks later, spanning 14 calendar daysFor example, 10 business days after Friday 1 August 2025 is Friday 15 August 2025 — two working weeks later, spanning 14 calendar daysFor example, 10 business days after Friday 1 August 2025 is Friday 15 August 2025 — two working weeks later, spanning 14 calendar daysFor example, 10 business days after Friday 1 August 2025 is Friday 15 August 2025 — two working weeks later, spanning 14 calendar daysFor example, 10 business days after Friday 1 August 2025 is Friday 15 August 2025 — two working weeks later, spanning 14 calendar daysFor example, 10 business days after Friday 1 August 2025 is Friday 15 August 2025 — two working weeks later, spanning 14 calendar daysFor example, 10 business days after Friday 1 August 2025 is Friday 15 August 2025 — two working weeks later, spanning 14 calendar daysFor example, 10 business days after Friday 1 August 2025 is Friday 15 August
Tambayoyi da ake yi da yawa
Is the start date counted as day zero?
Yes. Counting begins on the next working day, so "one business day after" a Friday is the following Monday, not the Friday itself.
Me ya sa kalandar ke da tsawo fiye da kwanakin aiki?
Because weekends are skipped but still elapse. Ten business days forward spans fourteen calendar days once the two intervening weekends are included.
How does the holidays field work?
Any holidays you enter are skipped in addition to the business days, pushing the result further out — useful when a public holiday falls inside the span.
Wrap Around
Set the start to today, enter 5 and choose After. This workdays from date calculator lands on the fifth following weekday — normally the next week if today is a weekday — and names the day it falls on.
Can I count business days backward?
Yanzu
Ta yaya wannan ya bambanta da calculator na kwanakin aiki?
This tool starts from one date and a number of working days to find a new date. The business days calculator instead takes two known dates and counts how many working days lie between them.
Shin, sauka a ranar ƙarshe na mako zai sanya sakamakon zuwa ranar Litinin?
The result can never fall on a weekend, because weekends are never counted as business days. The count always finishes on a Monday-to-Friday date (and skips any holidays you entered too).
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. [Translation temporarily unavailable. Please try again.] →
Endpoint
GET https://calculator.free/api/v1/workdays-from-date/
curl
curl "https://calculator.free/api/v1/workdays-from-date/?start=2026-08-24&days=10&direction=after"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/workdays-from-date/?" + new URLSearchParams({
"start": "2026-08-24",
"days": "10",
"direction": "after"
}));
const data = await r.json();
console.log(data.results);
Results are estimates for general guidance only, not financial, medical or tax advice.