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
Example
<?php
echo date(“M-d-Y”, easter_date(1984));
?>
Output
Apr-22-1984