W3Schools.com

PHP easter_days() Function


PHP Calendar Reference Complete PHP Calendar Reference

Definition and Usage

The easter_days() function returns the number of days after March 21, on which Easter falls for a specified year.

Syntax

easter_days(year,method)

Parameter Description
year Optional. Defines the year to calculate the midnight on Easter from. If the year parameter is omitted, the current year is used.
method Optional. Allows you to calculate Easter dates based on other calendars. E.g. it uses the Gregorian calendar during the years 1582 - 1752 when set to CAL_EASTER_ROMAN


Tips and Notes

Note: If the year is outside of the range for Unix timestamps (before 1970 or after 2037), this function will generate a warning.


Example

<?php
echo(easter_days() . "<br />");
echo(easter_days(1990) . "<br />");
echo(easter_days(1342) . "<br />");
echo(easter_days(2050));
?>

The output of the code above will be:

26
25
10
20


PHP Calendar Reference Complete PHP Calendar Reference
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
Download XML Editor
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE