iFocus.Life News News - Breaking News & Top Stories - Latest World, US & Local News,Get the latest news, exclusives, sport, celebrities, showbiz, politics, business and lifestyle from The iFocus.Life,

Easter_date () PHP Function

106 11
Definition: Because Easter always falls on a Sunday, its numeric date changes every year. If we need to dynamically mark this on the calendar, we can use the easter_date () function. This function returns the timestamp for easter of a given year, or if no year is specified, the date of easter in the current year is returned. It is written as: easter_date (optional_year) ;

Also Known As: Easter Date, Easter Sunday

Examples:

<?php echo easter_date(2005) ;// Returns 1111899600 echo date("M-d-Y", easter_date(2006)) ;//Returns Apr-16-2006 echo date("M-d-Y", easter_date()) ;// Returns date of Easter for current year ?>
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time
You might also like on "Technology"

Leave A Reply

Your email address will not be published.