GetDay

The program will tell you the day of the week given any date. It even takes leap years into account. I built this program as a way to practice my C++.

As an example

Enter a date with the following: DAY MONTH YEAR 12 3 1996 On 12/3/1996 The day of the week is: Sunday

Source: https://github.com/nicolas-lum/GetDay