Next Weekday Finder
Find the next occurrence of any weekday from any start date. Calculate multiple upcoming Mondays, Tuesdays, etc. instantly.
Updated
What is the Next Weekday Finder?
Find the next occurrence of any weekday (Monday through Sunday) from any start date. Whether you need the next Monday for a meeting, the next Friday for payroll, or multiple upcoming dates for planning, this tool calculates them instantly with zero effort.
Enter a start date, pick your target weekday, choose how many occurrences you want, and optionally include today if it matches. Results update live with beautiful formatting, copy buttons for each date, and a helpful "days until first" counter.
Perfect for scheduling, project planning, recurring events, and personal organization.
How it works
The Next Weekday Finder uses pure JavaScript date logic to compute future weekdays reliably.
- Start Date — Choose any date (defaults to today). The tool normalizes to midnight to avoid timezone quirks.
- Target Weekday — Select Monday–Sunday.
- Count — How many future dates to generate (up to 100).
- Include Today — Toggle to include the start date if it matches your chosen weekday.
Calculation Logic
The tool calculates the exact number of days ahead using modular arithmetic (targetDay - currentDay + 7) % 7, adding 7 days for each subsequent occurrence. It handles same-day cases intelligently based on your "include today" preference.
All results are displayed in your local timezone with full weekday names and compact YYYY-MM-DD format for easy copying into calendars or spreadsheets.
Examples
Next Monday from Today
Find the next 5 Mondays starting from July 13, 2026
Next Friday Including Today
If today is Friday, include it as the first result
Next Sunday After a Specific Date
Plan ahead for the next weekend
Frequently asked questions
What is the Next Weekday Finder?
What is the Next Weekday Finder?
It instantly calculates the next date(s) that fall on your chosen weekday (e.g., next Monday, next Friday) from any starting point.
Does it include today if today matches the weekday?
Does it include today if today matches the weekday?
Yes — use the "Include today if it matches" checkbox to control this behavior.
How far into the future can it calculate?
How far into the future can it calculate?
Up to 100 occurrences. Perfect for short-term planning or generating long lists of recurring dates.
Does it work with weekends?
Does it work with weekends?
Absolutely. You can target any day including Saturday and Sunday.
Is the calculation timezone-aware?
Is the calculation timezone-aware?
Yes — it uses your browser's local timezone and normalizes dates to midnight for consistency.
Can I copy the results?
Can I copy the results?
Yes. Individual date copy buttons and a bulk copy option for the full list are provided.
What if I enter an invalid date?
What if I enter an invalid date?
The tool shows a clear error message. The date picker prevents most invalid inputs.
Is this tool free and private?
Is this tool free and private?
Completely free, runs 100% in your browser with no data sent to any server.
Related tools
More utilities you might find handy.
Age Difference Calculator
Calculate exact age gap between two birthdays in years, months, days, weeks and total days — perfect for couples, siblings and friends.
Countdown Timer
Free online countdown timer with live display, presets, target dates, progress ring, and alarm. Perfect for meetings, workouts, events, and presentations.
ISO Week Date Converter - ISO 8601 Week Calculator
Instantly convert any Gregorian date to ISO 8601 week notation and convert ISO week dates back to calendar dates with full week ranges.