This project displays the day of the given date, The date should be provided in the form of (dd-mm-yyyy). I have used Python programming language for developing this project.
The project gives the day of the particular date as output, and the data provided should be compulsorily given in the format of (dd-mm-yyyy). I used Python programming language for developing this project, I used the formula for getting the day of the particular date, Initially, I stored the days of the week in a dictionary as values with keys as their indexes such as {0: "Sunday",1: "Monday",2: "Tuesday",3: "Wednesday",4: "Thursday",5: "Friday",6: "Saturday"}
Submitted by Shaik Azeem Pasha (Azeem)
Download packets of source code on Coders Packet
Comments