checkdomain / Holiday

Check whether a date is a holiday
www.checkdomain.de
MIT License
49 stars 27 forks source link

Use eater_days instead of easter_date #2

Closed vincenttouzet closed 10 years ago

vincenttouzet commented 10 years ago

As describe in the first note of the documentation : http://www.php.net/manual/en/function.easter-date.php

It's better to use easter_days to avoid warning if the year is not inside of the range for the UNIX timestamps (i.e. before 1970 or after 2037).

FlorianKoerner commented 10 years ago

:+1: