Documents %P as well as %p.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270057 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2008-11-28 23:41:31 +00:00
parent 58f9dc98c4
commit 80ca2b1bd5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.24 $ -->
<!-- $Revision: 1.25 $ -->
<refentry xml:id="function.strftime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>strftime</refname>
@ -142,7 +142,13 @@
</listitem>
<listitem>
<simpara>
%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
</simpara>
</listitem>
<listitem>
<simpara>
%P - lower-case `am' or `pm' according to the given time value, or
the corresponding strings for the current locale
</simpara>
</listitem>