Skip to content

CsatiZoltan/Day-of-Week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day of Week

This program has a command line and also a GUI version to determine on which day a specific date was (will be). Until now, the Gregorian calendar is implemented but I will also include other calendars.

Design principles

For the sake of modularity, the command line and the GUI is fully detached from the algorithms which determine the day of the week. Moreover, these algorithms are written in C, so no C++ runtime environment is required. The GUI was written in Qt therefore it is cross-platform.

Usage

Command line

Coming soon...

GUI

After installation, open the application. A language selector welcomes you.

Language selection menu

After selecting your language, the main window appears:

Main window

The usage is then straightforward, but in case you get stuck, hover the mouse over an entry to get a concise help or click on the Help button for more a detailed guide.

//: # (Zeller's congruence is a method to determine the day the week for Gregorian or Julian calendar date.)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published