An open API service indexing awesome lists of open source software.

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.

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