function getOrthodoxEaster($date)
{
/*
Takes any Gregorian date and returns the Gregorian
date of Orthodox Easter for that year.
*/
$year = date("Y", $date);
$r1 = $year % 19;
$r2 = $year % 4;
$r3 = $year % 7;
$ra = 19 * $r1 + 16;
$r4 = $ra % 30;
$rb = 2 * $r2 + 4 * $r3 + 6 * $r4;
$r5 = $rb % 7;
$rc = $r4 + $r5;
//Orthodox Easter for this year will fall $rc days after April 3
return strtotime("3 April $year + $rc days");
}
?>
Our Lady of Lourdes Common of the Blessed Virgin Mary (Readings from the Common of Saints: [531] Isa 66:10-14c; Judith 13:18bcde, 19 (#709.2); John 2:1-11 (#712.11).
Optional
28th World Day of Prayer for the Sick (est. 1992)
Anniversary:
71st anniversary of the death of P. James O'Connell (76) d. 1949 at Preston, Lancs, England.
Anniversary:
53rd anniversary of the death of F. Philip Hogg (64) d. 1967 at Ilkley, England.
Birthday:
79th birthday of P. John MLAKAR (born this day in 1941).
Birthday:
19th birthday of S. Faustino Atanásio JOÃO (born this day in 2001).