Weekend Date Checker
Tell if a date is a weekend.
Check if a date falls on a weekend instantly. Free Saturday/Sunday checker.
Calculator Inputs
About Weekend Check
Tell if a date is a weekend.
Checks Saturday/Sunday.
Where it is used
Delivery windows, scheduling.
How to use the Weekend Check
- Date — enter the value.
- Calculate — press the Calculate button to see the result instantly above.
Formula
getDay() === 0 (Sun) or 6 (Sat).
Examples
Example
date:2026-09-12
Result: Saturday — WEEKEND ✓
Frequently Asked Questions
- Week starts Monday?
- Many locales; here weekend is fixed to Sat/Sun.