mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
931ddc17b8
returns Easter events for DateTime objects. PR: 53979 Submitted by: Mathieu Arnold <m@absolight.net>
12 lines
523 B
Plaintext
12 lines
523 B
Plaintext
The DateTime::Event::Easter module returns Easter events for DateTime objects.
|
|
From a given datetime, it can tell you the previous, the following and the
|
|
closest Easter event. The 'is' method will tell you if the given DateTime is an
|
|
Easter Event.
|
|
|
|
Easter Events can be Palm Sunday, Maundy Thursday, Good Friday, Black Saturday
|
|
and Easter Sunday. If that's not enough, the module will also accept an offset
|
|
so you can get the date for Pentecost (49 days after Easter Sunday) by passing
|
|
49.
|
|
|
|
WWW: http://datetime.perl.org/
|