diff --git a/reference/datetime/functions/date-add.xml b/reference/datetime/functions/date-add.xml index a2448815be..c02d6c0abb 100644 --- a/reference/datetime/functions/date-add.xml +++ b/reference/datetime/functions/date-add.xml @@ -1,5 +1,5 @@ - + date_add @@ -26,11 +26,6 @@ Adds the specified DateInterval object to the specified DateTime object. - - - Works in PHP 5.3+ ONLY - - diff --git a/reference/datetime/functions/date-sub.xml b/reference/datetime/functions/date-sub.xml index 87194600a2..7abae0ad8d 100644 --- a/reference/datetime/functions/date-sub.xml +++ b/reference/datetime/functions/date-sub.xml @@ -1,5 +1,5 @@ - + date_sub @@ -27,11 +27,6 @@ Subtracts the specified DateInterval object from the specified DateTime object. - - - Works in PHP 5.3+ ONLY - -