svn: /phpdoc/bg/trunk/reference/datetime/ formats.xml

[email protected] (Stanislav Yordanov) Tue, 21 Jun 2016 08:05:51 +0000
Newsgroups php.doc.bg
Message-ID <[email protected]>
stanprog                                 Tue, 21 Jun 2016 08:05:51 +0000

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

Log:
sync with EN

Changed paths:
    U   phpdoc/bg/trunk/reference/datetime/formats.xml

Modified: phpdoc/bg/trunk/reference/datetime/formats.xml
===================================================================
--- phpdoc/bg/trunk/reference/datetime/formats.xml	2016-06-21 08:04:10 UTC (rev 339431)
+++ phpdoc/bg/trunk/reference/datetime/formats.xml	2016-06-21 08:05:51 UTC (rev 339432)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 339186 Maintainer: stanprog Status: in_progress -->
+<!-- EN-Revision: 339429 Maintainer: stanprog Status: in_progress -->
 <!-- Reviewed: no Maintainer: stanprog -->
-
 <chapter xml:id="datetime.formats" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>Supported Date and Time Formats</title>

@@ -432,6 +431,11 @@
     to "2008-07-01" (June only has 30 days).
    </para>
    <para>
+    Note that as of PHP 5.1.0 the day range is restricted to 0-31 as indicated
+    by the regular expression above. Thus "2008-06-32" is not a valid date
+    string, for instance.
+   </para>
+   <para>
     It is also possible to underflow the <literal>mm</literal> and
     <literal>MM</literal> formats with the value 0. A month value of
     0 means December of the previous year. As example "2008-00-22" is