Gregorian-calendar

Gregorian Calendar made out of its formula directly without using any external API


Project maintained by abhisheksarkar30 Hosted on GitHub Pages — Theme by mattgraham

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 below section of Calendar, 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.

Calendar



  • March
    2020
  • Sun
  • Mon
  • Tue
  • Wed
  • Thu
  • Fri
  • Sat
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31