https://github.com/urpagin/weekday
Shows the weekday given a date.
https://github.com/urpagin/weekday
convert date datetime python weekday
Last synced: about 2 months ago
JSON representation
Shows the weekday given a date.
- Host: GitHub
- URL: https://github.com/urpagin/weekday
- Owner: Urpagin
- License: gpl-3.0
- Created: 2024-11-04T19:07:26.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T08:07:41.000Z (7 months ago)
- Last Synced: 2025-03-25T11:52:26.833Z (2 months ago)
- Topics: convert, date, datetime, python, weekday
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Weekday
A simple implementation of the Zeller's Conguence Theorem written in Python.
# How to run
Use a python interpreter on `main.py`.
```bash
git clone https://github.com/Urpagin/Weekday/ && cd Weekday && python main.py
```# Implementation
Only supports AD years; the implementation does not support BCE years.
# Credits
- https://en.wikipedia.org/wiki/Zeller%27s_congruence
- https://youtu.be/_ji1E8ARMWg