The computus tag has no wiki summary.
14
votes
8answers
2k views
How can I calculate what date Good Friday falls on given a year?
Does anyone have a good algorithm to calculate what date Good Friday falls on given the year as an input? Preferably in C#.
10
votes
4answers
571 views
Function to return date of Easter for the given year
So, here's a funny little programming challenge. I was writing a quick method to determine all the market holidays for a particular year, and then I started reading about Easter and discovered just ...
0
votes
3answers
194 views
easter_date() in JavaScript
I'm making a calendar generator in JavaScript. I need the Unix Timestamp for easter day midnight, for a given year. Can anyone tell me how I need to do that (in JavaScript)?
Thanks in advance.
PHP's ...