Skip to main content

Paano Kalkulahin si Day of the Week

Ano ang Day of the Week?

A day-of-week calculator determines what day of the week any given date falls on. The Doomsday algorithm (Conway) or modular arithmetic can compute this for any date in the Gregorian calendar.

Step-by-Step na Gabay

  1. 1Use the formula: (d + m + y + y/4 − y/100 + y/400 + c) mod 7
  2. 2d=day, m=month code, y=year, c=century adjustment
  3. 3Or simply count forward/backward from a known reference date
  4. 4JavaScript: new Date("YYYY-MM-DD").getDay() → 0=Sunday, 6=Saturday

Mga Nalutas na Halimbawa

Input
July 4, 1776
Resulta
Thursday
US Independence Day
Input
January 1, 2000
Resulta
Saturday
Y2K millennium

Handa nang kalkulahin? Subukan ang libreng Day of the Week Calculator

Subukan ito sa iyong sarili →

Mga Setting

PrivacyMga TuntuninTungkol© 2026 PrimeCalcPro