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 Teresa of Calcutta, virgin Readings from the Common of Saints:
Optional
Anniversary:
141st anniversary of the death of P. Peter Morris (45) d. 1960 at Grahamstown, RSA.
Anniversary:
88th anniversary of the death of F. Albano Marques Agulha (99) d. 2013 at Braga, Portugal.
On this day in our Jesuit history...
1722
King Philip V authorized the Society to found a college in the city of Santafé de Antioquia (Colombia); it was the first college founded in that province.
1758
A silly decree was issued by the French Parliament condemning Father Busembaum's Medulla Theologiae Moralis.
1870
Three Universities are founded: St. John's in NY, Loyola, Chicago, and Canisius in Buffalo.
1888
Las Vegas College and Sacred Heart College were combined and moved to Main Hall in Denver. Classes began with 75 students.
1922
Terence J. Shealy, S.J. dies. A pioneer in the Retreat movement, and at the Fordham School of Social Service.
1930
John G. Hagen dies, age 83 in Rome. He was Director of the Vatican Observatory for 24 years, and also worked at the Georgetown Observatory.
2008
Robert Giroux dies, age 94. Giant of the publishing, editing world. Eventually got his diploma from Regis High School.