diff --git a/functions/calendar.xml b/functions/calendar.xml index 66f3fb0064..051b05ed02 100644 --- a/functions/calendar.xml +++ b/functions/calendar.xml @@ -442,7 +442,7 @@ echo date ("M-d-Y", easter_date(2001)); /* "Apr-15-2001" */ which fall outside the range of UNIX timestamps (i.e. before 1970 or after 2037). - <function>Easter_date</function> example + <function>Easter_days</function> example echo easter_days (1999); /* 14, i.e. April 4 */ echo easter_days (1492); /* 32, i.e. April 22 */ @@ -500,7 +500,7 @@ echo easter_days (1913); /* 2, i.e. March 23 */ - This function is only available in PHP versions after PHP4RC1. + This function is only available in PHP versions after PHP 4RC1. @@ -531,7 +531,7 @@ echo easter_days (1913); /* 2, i.e. March 23 */ - This function is only available in PHP versions after PHP4RC1. + This function is only available in PHP versions after PHP 4RC1.