Calculating easter "good friday" and "easter monday" dates programmatically
Posted
by Glen Robertson
on Stack Overflow
See other posts from Stack Overflow
or by Glen Robertson
Published on 2010-05-20T05:31:10Z
Indexed on
2010/05/20
5:40 UTC
Read the original article
Hit count: 419
I am writing a java application that uses joda time displays a calendar which highlights public holiday dates. I need to find a way of obtaining the dates for "good friday" and "easter monday, which depend on the lunar calendar.
Does anyone know a good way to do this?
Note: I can't use online API's to retrieve the holidays.
Thanks in advance.
© Stack Overflow or respective owner