From 80ca2b1bd5268db760f3bad95de90c5fd3b241fd Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Fri, 28 Nov 2008 23:41:31 +0000 Subject: [PATCH] Documents %P as well as %p. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270057 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/strftime.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/reference/datetime/functions/strftime.xml b/reference/datetime/functions/strftime.xml index fd468daca8..fc349d9c29 100644 --- a/reference/datetime/functions/strftime.xml +++ b/reference/datetime/functions/strftime.xml @@ -1,5 +1,5 @@ - + strftime @@ -142,7 +142,13 @@ - %p - either `AM' or `PM' according to the given time value, or + %p - UPPER-CASE `AM' or `PM' according to the given time value, or + the corresponding strings for the current locale + + + + + %P - lower-case `am' or `pm' according to the given time value, or the corresponding strings for the current locale