diff --git a/reference/datetime/functions/mktime.xml b/reference/datetime/functions/mktime.xml index f5e942c64b..0a4f0f1f4b 100644 --- a/reference/datetime/functions/mktime.xml +++ b/reference/datetime/functions/mktime.xml @@ -246,7 +246,7 @@ echo date("M-d-Y", mktime(0, 0, 0, 1, 1, 98)); - Last day of next month + Last day of a month The last day of any given month can be expressed as the "0" day of the next month, not the -1 day. Both of the following examples