Patch createfromformat.patch for Documentation problem Bug #79304
Patch version 2020-02-24 20:11 UTC
Return to Bug #79304 |
Download this patch
Patch Revisions:
Developer: patrick.kuijvenhoven@gmail.com
--- reference/datetime/datetime/createfromformat.xml.orig 2020-02-24 21:08:52.309546739 +0100
+++ reference/datetime/datetime/createfromformat.xml 2020-02-24 21:09:20.185634240 +0100
@@ -146,7 +146,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 or with leading zero</entry>
<entry>
<literal>1</literal> through <literal>12</literal> or
<literal>01</literal> through <literal>12</literal>
@@ -154,7 +154,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 or with leading zeros</entry>
<entry>
<literal>0</literal> through <literal>23</literal> or
<literal>00</literal> through <literal>23</literal>
|