Search Results
easter_date () relies on your system's C library time functions, rather than using PHP's internal date and time functions. As a consequence, easter_date () uses the TZ environment variable to determine the time zone it should operate in, rather than using PHP's default time zone, which may result in unexpected behaviour when using this function ...
- Gregoriantojd
You can obtain the decimal fraction of the Julian date with...
- Jdtogregorian
The php gregoriantojd() and jdtogregorian() functions, in...
- Jdtojewish
Return Values ¶ The Jewish date as a string in the form...
- Jewishtojd
jewishtojd (PHP 4, PHP 5, PHP 7, PHP 8) jewishtojd —...
- Gregoriantojd
The easter_date () function returns the Unix timestamp for midnight on Easter of a given year. Tip: The date of Easter Day is defined as the Sunday after the first full moon which falls on or after the Spring Equinox (21st March).
Jul 11, 2025 · The easter_date () function is a built-in function in PHP which returns the Easter date in the year passed as an argument. The current year is taken as default year when no arguments are passed as parameter.
PHP Version First introduced in core PHP 4, the easter_date () function continues to function easily in PHP 5, PHP 7, and PHP 8.
Oct 8, 2024 · The easter_date() returns the Unix timestamp corresponding to midnight on Easter for the given year.
May 22, 2025 · When it comes to handling dates in programming, PHP offers a wide variety of built-in functions—but surprisingly, only one is specifically dedicated to a holiday: easter_date ().
People also ask
What does Easter_date() do in PHP?
How to calculate Easter date using PHP?
How to print Easter date in PHP?
How to print Easter date in Unix?
Easter_date () - W3docs ... Introduction
