Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 483 Bytes

File metadata and controls

8 lines (5 loc) · 483 Bytes

Calculating Easter in JavaScript

Calculates the Julian, Revised Julian, and the Gregorian dates of Easter using JavaScript.

A very basic web page is also present to give an example of the resultant dates. Dates for Easter are returned in ISO 8601 format (YYYY-MM-DD).

You will need to refresh the page to enter another year for calculating the date of Easter. This page is merely present to demonstrate the calculation of Easter using JavaScript.