From bc27cd7cfc5ae3773c6fa8b18d6d9471327316a6 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 24 Nov 2020 18:05:28 +0000 Subject: [PATCH] Remove obsolete PHP 5 specific info git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351586 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/datetimeinterface/format.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/reference/datetime/datetimeinterface/format.xml b/reference/datetime/datetimeinterface/format.xml index 8e5dbe7171..e5f4dab965 100644 --- a/reference/datetime/datetimeinterface/format.xml +++ b/reference/datetime/datetimeinterface/format.xml @@ -90,8 +90,7 @@ N - ISO-8601 numeric representation of the day of the week (added in - PHP 5.1.0) + ISO-8601 numeric representation of the day of the week 1 (for Monday) through 7 (for Sunday) @@ -167,7 +166,7 @@ ISO-8601 week-numbering year. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year - is used instead. (added in PHP 5.1.0) + is used instead. Examples: 1999 or 2003 @@ -233,7 +232,7 @@ u - Microseconds (added in PHP 5.2.2). Note that + Microseconds. Note that date will always generate 000000 since it takes an int parameter, whereas DateTime::format does @@ -257,7 +256,7 @@ e - Timezone identifier (added in PHP 5.1.0) + Timezone identifier Examples: UTC, GMT, Atlantic/Azores @@ -272,7 +271,7 @@ P - Difference to Greenwich time (GMT) with colon between hours and minutes (added in PHP 5.1.3) + Difference to Greenwich time (GMT) with colon between hours and minutes Example: +02:00 @@ -293,7 +292,7 @@ c - ISO 8601 date (added in PHP 5) + ISO 8601 date 2004-02-12T15:19:21+00:00