Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -6,7 +6,7 @@ The algorithm was based on calculating the distance of a given date from certain
|
|||
"anchor days" which follow a pattern for the day of the week upon which they fall.
|
||||
|
||||
; Algorithm
|
||||
The formula is calculated assuming that Sunday is 0, Monday 1, and so forth with Saturday 7, and
|
||||
The formula is calculated assuming that Sunday is 0, Monday 1, and so forth up to Saturday 6, and
|
||||
|
||||
doomsday = (Tuesday(or 2) + 5(y mod 4) + 4(y mod 100) + 6(y mod 400)) % 7
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue