[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/datetime/datetime/_createfromformat.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2016-08-23 11:29:02
Message-ID: svn-cmb-1471951742-339929-1645191336 () svn ! php ! net
[Download RAW message or body]

cmb                                      Tue, 23 Aug 2016 11:29:02 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=339929

Log:
Improve format docs (provided by anon user)

Changed paths:
    U   phpdoc/en/trunk/reference/datetime/datetime/createfromformat.xml

Modified: phpdoc/en/trunk/reference/datetime/datetime/createfromformat.xml
===================================================================
--- phpdoc/en/trunk/reference/datetime/datetime/createfromformat.xml	2016-08-23 11:26:51 UTC (rev 339928)
+++ phpdoc/en/trunk/reference/datetime/datetime/createfromformat.xml	2016-08-23 11:29:02 UTC (rev 339929)
@@ -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>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic