This example shows you, how to calculate the Easter date of 2005.
|
This will return an array in the following format:
Array
(
[internalName] => easter
[title] => Easter Sunday
[date] => date Object
(
[year] => 2004
[month] => 04
[day] => 11
[hour] => 0
[minute] => 0
[second] => 0
[tz] => date_timezone Object
(
[id] => UTC
[longname] => Coordinated Universal Time
[shortname] => UTC
[hasdst] =>
[dstlongname] => Coordinated Universal Time
[dstshortname] => UTC
[offset] => 0
[default] =>
)
)
) |