PHP easter_date April 26, 2012 Pramod T P It returns the unix timestamp of easter date for a given year Example <?php echo date(“M-d-Y”, easter_date(1984)); ?> Output Apr-22-1984