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 Paulinus of Nola, bishop Common of Pastors Readings from the Common of Saints: [584] 2 Cor 8:9-15; Ps 40:2+4ab, 7-8a, 8b-9, 10 (#721.3); Luke 12:32-34 (#718.3).
Optional
red
Sts John Fisher, bishop and martyr, and Thomas More, martyr Common of Martyrs Readings from the Common of Saints: [585] 1 Peter 4:12-19 (#716.9); Ps 126:1bc-2ab, 2cd-3, 4-5, 6 (#715.4); Matt 10:34-39 (#718.3).
Optional
Anniversary:
39th anniversary of the death of P. George Carry (62) d. 1981 at Harare, Zimbabwe.
Anniversary:
21st anniversary of the death of P. Howard Morrison (79) d. 1999 at Lusaka, Zambia.
Anniversary:
14th anniversary of the death of P. Joseph Gill (HIB) (91) d. 2006 at Dublin, Ireland.