mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Improve format docs (provided by anon user)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339929 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fd45f2fe08
commit
246eedd738
1 changed files with 4 additions and 4 deletions
|
@ -60,7 +60,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>d</literal> and <literal>j</literal></entry>
|
||||
<entry>Day of the month, 2 digits with or without leading zeros</entry>
|
||||
<entry>Day of the month, 2 digits with (d) or without (j) leading zeros</entry>
|
||||
<entry>
|
||||
<literal>01</literal> to <literal>31</literal> or
|
||||
<literal>1</literal> to <literal>31</literal>
|
||||
|
@ -103,7 +103,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>m</literal> and <literal>n</literal></entry>
|
||||
<entry>Numeric representation of a month, with or without leading zeros</entry>
|
||||
<entry>Numeric representation of a month, with (m) or without (n) leading zeros</entry>
|
||||
<entry>
|
||||
<literal>01</literal> through <literal>12</literal> or
|
||||
<literal>1</literal> through <literal>12</literal>
|
||||
|
@ -144,7 +144,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>g</literal> and <literal>h</literal></entry>
|
||||
<entry>12-hour format of an hour with or without leading zero</entry>
|
||||
<entry>12-hour format of an hour without (g) or with (h) leading zeros</entry>
|
||||
<entry>
|
||||
<literal>1</literal> through <literal>12</literal> or
|
||||
<literal>01</literal> through <literal>12</literal>
|
||||
|
@ -152,7 +152,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>G</literal> and <literal>H</literal></entry>
|
||||
<entry>24-hour format of an hour with or without leading zeros</entry>
|
||||
<entry>24-hour format of an hour without (G) or with (H) leading zeros</entry>
|
||||
<entry>
|
||||
<literal>0</literal> through <literal>23</literal> or
|
||||
<literal>00</literal> through <literal>23</literal>
|
||||
|
|
Loading…
Reference in a new issue