PHP easter_date Function
Today, we are going to learn about easter_date.
So, what is easter_date() in PHP?
The easter_date() function returns the Unix timestamp for midnight on Easter of a specified year.Syntax of this function:
easter_date(year)
year - defines the year to calculate the midnight on Easter from.