Free · No account · Works in your browser
Previous Weekday
Most recent weekday before a date
Previous Weekday
Enter values below, then calculate.
The previous weekday calculator finds the most recent occurrence of a chosen weekday on or before a start date. It answers which Friday preceded a deadline, which Monday anchors a weekly report when close happens midweek, and other backward weekday searches without scrolling a calendar backward by hand.
Backward search versus forward search
Next weekday walks forward from a start date; previous weekday walks backward. Handbooks often pair both: submit by next Tuesday, review on the previous Friday. Keep direction explicit in shared docs so automated jobs do not flip weeks.
Floating rules inside one month—second Tuesday—belong on nth weekday of month, not here.
How to use this calculator
Pick a start date and target weekday, then calculate. Confirm whether the product treats the start date as valid when it already matches the weekday—inclusive on-or-before—or whether you need strictly before. Match that rule to handbook language before filing warehouse or finance cutoffs.
Share the resulting civil date in notes instead of “last Friday” without a month name. Browser-side math covers ordinary planning ranges.
Inclusive today versus strictly before
If today is Wednesday and you ask for the previous Wednesday, some teams want today; others want seven days earlier. Document the convention before encoding payroll or inventory scripts. Off-by-one-week errors usually trace to this choice.
Week-number labels describe the result differently near year boundaries but do not change weekday names. Use week number 2026 when exporting week columns beside the computed date.
Reporting and cutoff windows
Sales pipelines that close on Thursday often snapshot data as of the previous Sunday or Monday for weekly charts. Enter the close date, request the prior anchor weekday, and store that date in the warehouse partition key.
Support SLAs measured from the previous business day should combine weekday results with the business days calculator when weekends and holidays must be skipped entirely—not just when finding a weekday label.
Worked examples
An invoice dated March 18 2026 must reference the prior Friday for a cash receipt cutoff. Calculate previous Friday from March 18 and attach the spelled-out date to the PDF footer.
A teacher planning a Monday lesson during a Wednesday holiday week finds the previous Monday to align homework with the last day students attended. Cross-check school closures separately from civil weekdays on 2026 holidays.
Post-incident reviews ask what changed since the previous Monday deploy. Enter discovery date, compute previous Monday, and diff configuration baselines from that anchor so chat threads do not debate whether “last Monday” meant five or twelve days ago.
Month and year boundaries
Walking backward from March 3 reaches February weekdays without special rules—calendar days step one at a time. January lookups can land in December of the prior year; that is correct for previous weekday math.
Mark boundary results on monthly calendars when two months appear in one conversation so finance and operations agree which month owns the transaction.
Warehouse, logistics, and carrier cutoffs
Carriers promise pickup on the previous business day relative to a holiday ship date. Operations enters the holiday, asks for the previous Friday or Thursday, and schedules dock appointments against the concrete civil date rather than informal “last business day” phrasing new hires misread.
Cross-dock rules comparing receipt timestamps to the previous Monday partition inventory fairly when weekend freight arrives before the accounting week officially opens.
Academic and attendance policies
Universities measuring attendance from the previous class day after a snow closure anchor to the syllabus weekday, not calendar yesterday. Document whether snow days reset the anchor or simply skip instruction without moving the previous-weekday pointer.
K-12 truancy reports comparing excused absences to the prior instructional Friday benefit from spelled-out dates in parent communications after long breaks.
Biweekly payroll alignment
Biweekly payroll sometimes drifts relative to monthly anchors. Finding the previous Friday from a mid-month correction date verifies which pay period owns hours before adjusting timecards. Pair with payday calculator when pay dates follow a separate cadence from weekday anchors.
Compliance attestations
Attestations signed on a due date often reference data as of the previous business weekday. Capture the computed date in the PDF exhibit so auditors do not reinterpret the anchor during fieldwork. Write weekday direction in the control description—previous versus next—to prevent control testers from using the wrong tool.
Media and publishing deadlines
Editors closing a Sunday edition often treat copy as of the previous Friday business day even when writers file on Saturday. Enter the publication date, compute previous Friday, and stamp that date in the CMS metadata so archive searches stay consistent. Podcast teams batching “week in review” episodes use the same anchor so show notes align with analytics dashboards filtered by week.
When a holiday moves the effective prior weekday, document the exception beside the computed date rather than silently shifting policy—readers notice when “last Monday” prose disagrees with the timestamp under the article.
Options expirations and trading calendars
Retail investing forums mention “previous trading day” for settlement references. This calculator returns civil weekdays; market holidays are not automatic skips here. After computing previous weekday, verify exchange closures separately before citing settlement dates in customer-facing copy about 2026 trades.
Reporting windows
“Previous Monday” anchors weekly sales reports when the fiscal week ends Sunday night—pair with week number 2026 when stakeholders label slides in ISO weeks. When the anchor weekday equals the input date, confirm whether your policy means seven days earlier or the prior occurrence within the same month.
Retail comps labeled "previous Saturday" for 2026 promos should match the same weekday rule finance uses in SQL, not an informal calendar glance.
Weekly flash reports anchored on previous Monday should regenerate each run—hard-coded 2026 spreadsheet dates go stale after holidays.
Related tools
Explore date tools: next weekday, day of the week, and weekday counter when you need totals instead of one boundary date.
Frequently asked questions
What does previous weekday calculate?
It finds the most recent occurrence of a chosen weekday on or before your start date. Use it for report cutoffs, prior anchor days, and handbook rules phrased as last Friday before close. Pair with next weekday when your process uses both forward and backward weekday anchors.
Does previous weekday include today when it matches?
Some teams treat today as valid when it already is the target weekday; others want strictly before today. Document the convention before filing warehouse or finance cutoffs. Off-by-one-week mistakes usually come from this choice rather than arithmetic errors in the calendar engine.
Can the result fall in the previous calendar year?
Yes—walking backward from January dates can land in December of the prior year. That is correct previous-weekday math, not a bug. Mark boundary results on a monthly calendar printout when two months or years appear in the same conversation so teams agree which period owns the transaction.
How is this different from business days calculator?
Previous weekday returns a weekday label on the civil calendar. Business days calculator skips weekends and optional holidays when counting or adding workdays. Combine both when a policy says response time from the previous business day—find the weekday anchor first, then apply business-day rules if weekends must be excluded entirely.
When should I use nth weekday of month instead?
Use nth weekday of month for floating rules inside one month, such as second Tuesday or last Friday. Previous weekday searches backward from any start date without limiting to a single month. Mixing tools prevents stretching next or previous weekday beyond what each page is designed to answer.
How should I share results with my team?
Write the full civil date and weekday name—Friday, June 12—not vague last Friday once the conversation spans multiple days. International audiences benefit from spelled month names. For recurring series, compute two consecutive occurrences and verify spacing before automating the rule in scripts or shared calendars.