From 3fc6fb45ffe70f9bad9d74d2fa14a1bf8f8df8bc Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Thu, 21 Dec 2000 14:03:28 +0000 Subject: [PATCH] Add descriptio of 'r' option git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38144 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/datetime.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/datetime.xml b/functions/datetime.xml index 9eae26b2e6..2a5f6753b9 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -164,6 +164,11 @@ n - month without leading zeros; i.e. "1" to "12" + + + r - RFC 822 formatted date; i.e. "Thu, 21 Dec 2000 16:01:07 +0200" + + s - seconds; i.e. "00" to "59"