mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typo
Patch provided by anonymous user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345236 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
827ab3cfe0
commit
866b749d19
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ if (($timestamp = strtotime($str)) === false) {
|
|||
dash (<literal>-</literal>) or a dot (<literal>.</literal>), then the
|
||||
European <literal>d-m-y</literal> format is assumed.
|
||||
If, however, the year is given in a two digit format and the separator is a
|
||||
dash (<literal>-</literal>, the date string is parsed as
|
||||
dash (<literal>-</literal>), the date string is parsed as
|
||||
<literal>y-m-d</literal>.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue