A website that uses John Conway's Doomsday calculations to find the day of week of any day.
Download the source files, and open the index.html
file in a browser. Enter the numerical representation of any date AD, future or past. Press calculate, and find out what day of the week that date is!
Follow this link for a Java version.
Follow this link for a Python version.
- Doomsday Calculator frontend form
- Doomsday Calculator backend calculations
- Doomsday Calculator testing
The Doomsday Calculator is written in HTML and CSS for the frontend, and JavaScript for the backend.