Skip to content

Django Day Repository: The codebase for Django Day, a Python web app using Django. Determine the day of the week for any date. Accurate calculations, user-friendly interface, and responsive design.

License

Notifications You must be signed in to change notification settings

sk-akram/django-day-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎉 Django-Day-Calculator

This is a Python Django web application that allows users to convert a given date into the corresponding day of the week. Users can input a date using the provided form, and the app will display the day of the week for that date.

How does the Logic Work

It uses an unique technique of mine to calculate wheither a year is leap year or not. It does not use any type of library or module to get day of the week. Click Here to get the full implentation in calc method.

1- Installation and Usage

2- Copy the server address and paste in on address bar

3- Enter the Date

4- The Result

About

Django Day Repository: The codebase for Django Day, a Python web app using Django. Determine the day of the week for any date. Accurate calculations, user-friendly interface, and responsive design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published