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");
}
?>
St Rose of Lima, virgin Common of Virgins, or Common of Holy Women: For Religious Readings from the Common of Saints: [628] 2 Cor 10:17—11:2 (#734.2); Ps 148:1bc-2, 11-13a, 13c-14 (#733.2); Matt 13:44-46 (#742.5).
Optional
Anniversary:
86th anniversary of the death of P. Alphonse Vogt (66) d. 1933 at Grahamstown, RSA.
Anniversary:
65th anniversary of the death of P. James Pendlebury (58) d. 1954 at Leigh, Lancs, England.
Anniversary:
34th anniversary of the death of F. Lawrence Connors (76) d. 1985 at Harare, Zimbabwe.