Let's connect 👨💻 and forge the future together.😁✌
Show your support a ⭐ is all this repo needs 😄
This calendar is having the uniqueness of being directly designed out of the formula of Key-Value method of Gregorian Calendar. The used formula for this calendar as stated in the Source link, doesn't use any existing external/internal API.
This calendar is designed in two languages Java and JavaScript to have the mix of console and GUI based feel.
As directly placed in the Calendar section of Github Page of this repository, ready to use it there.
Download the code in your machine and hit the command to get the day on which provided date falls on:
javac DayFromGregorianDateCalculator.java && java DayFromGregorianDateCalculator
Hit this command to get the calendar of specfied month-year:
javac GregorianCalendarCalculator.java && java GregorianCalendarCalculator
Must have a basic java version preinstalled.