Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.
1Marc edited this page Sep 13, 2010 · 5 revisions

In all of the world there are many calendars such as Chinese, Japanese, hijri (moon base), hijri (sun base – jalali or Persian) and ext. but JavaScript date just support only default Gregorian calendar. This project is attempt to extend functionality of JavaScript and create one date that can use with many calendars in all of the world.

Calendar engine is first JavaScript calendar base date. It is easy to extend and defined new calendars based on this new object.
These objects are divided into two base object:

  1. CalendarEngine : holds the Gregorian calendar that can be extended to include other types of calendars.
  2. DateEngine : use to find date, month, year and other information about a date based on the loaded calendar type.
  3. RenderCalendar : use it to output calendars to the page.
Clone this wiki locally