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");
}
?>
[390] Isa 7:1-9;Ps 48:2-3a, 3b-4, 5-6, 7-8; Matt 11:20-24.
Hours of the day.
white
St Camillus de Lellis, priest Common of Holy Men and Women: For Those Who Work for the Underprivileged Readings from the Common of Saints: [601A] 1 John 3:14-18 (#740.16); Ps 112:1-2, 3-4, 5-7a, 7b-8, 9 (#739.7); John 15:9-17 (#742.25).
Optional
Anniversary:
71st anniversary of the death of P. John Stratton (71) d. 1949 at Boscombe, England.
Anniversary:
1st anniversary of the death of P. Joseph Dorairaj (ZAM) (82) d. 2019 at Dindigul, India.