PHP easter_date April 26, 2012 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