Skip to content

Algorithm that computes the day of the week corresponding to a given date

Notifications You must be signed in to change notification settings

lventosa/day-of-the-week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Day of the week

There exist plenty of algorithms that allow you to know the day of the week of a given date. Even though this program is not the most computationally efficient, it is the most friendly to the human brain and super easy to understand. You can run the code on your computer or use it to learn to calculate the day of the week mentally.

The algorithm can only be performed with dates belonging to the Gregorian calendar. In particular, this program only works for dates between 1st January 1600 and 31st December 2399.

About

Algorithm that computes the day of the week corresponding to a given date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages