Skip to content

Gregorian Calendar made out of its formula directly without using any existing external/internal API, as detailed in READ-ME

License

Notifications You must be signed in to change notification settings

abhisheksarkar30/gregorian-calendar

Repository files navigation

gregorian-calendar


Let's connect 👨‍💻 and forge the future together.😁✌

Show your support a ⭐ is all this repo needs 😄

Introduction

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.

Implementation

This calendar is designed in two languages Java and JavaScript to have the mix of console and GUI based feel.

Instructions

JavaScript

As directly placed in the Calendar section of Github Page of this repository, ready to use it there.

Java

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.

About

Gregorian Calendar made out of its formula directly without using any existing external/internal API, as detailed in READ-ME

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published