Calendar computations, display and conversion routines. Use julian and gregorian calendars, as well as the French republic calendar and the Milesian calendar.
JSDoc documentation and application are available from these GitHub pages.
References: L'Heure milésienne, by Louis-Aimé de Fouquières (Edilivre).
English readers are invited to read The Milesian calendar in short (4 pages) available in this repository.
This Html/Javascript application uses ES2016 modules. It requires an http server application.
The submodule calendrical-javascript is used, see calendrical-javascript.
Other modules enable Date computation in non-CLDR calendars, or other informations.
- Lunar data,
- Eclipse prediction: "seasons" where eclipses may occur,
- Season computations: solstices and equinoxes,
- Conversion to and from day counters,
- Year signature : John Conway's doomsday, Gregorian epact, Easter in Julian and Gregorian calendars.
- calendarclock.js: handling a year clock.
- Milesian clock: reading today's date in Milesian and other calendars all around the world, converting to other calendars and languages.
- Light Milesian clock: a tiny version
- load-modules-and-write: test pages for extension of JS tools.