Archive for March 29th, 2004
php and easter
March 29th, 2004
Filed under:
at 04:07pm
easter must be an important holiday for php. via daynah apparently you can find out the date of easter in this one line of code in php:
This year’s easter is on <? echo date (”M-d-Y”, easter_date()); ?>
yes it changes dynamtically.
easter_days() and easter_date() function

