项目作者: DimitrisZx

项目描述 :
An Orthodox and Catholic Easter Date Calculator
高级语言: JavaScript
项目地址: git://github.com/DimitrisZx/Easter-Calculator.git
创建时间: 2017-10-17T11:56:25Z
项目社区:https://github.com/DimitrisZx/Easter-Calculator

开源协议:

下载


Easter-Calculator

This is a Calculator that calculates the dates for the Orthodox and the Catholic Easter for the year the user has input and it was created for a school assignment. Most of the formulas are taken from the lesson’s notes and the rest was coded by me. There was a little problem in calculating the Gregorian Epact for the Catholic Easter, due to the modulo bug in JavaScript, which I solved by providing an extra function from Stack Overflow.

I’ve had some issues passing the values correctly in the HTML form from the JS functions, but the friendly people over at Stack Overflow again were really helpful with fixing my problem. Try it for yourselves and notify me of any bugs!