mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Supports all dates (bug #47713)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290981 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
423eabfd02
commit
802e566661
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
where your PHP scripts are running. You can use these functions to format the
|
||||
date and time in many different ways.
|
||||
</para>
|
||||
<para>
|
||||
Each component of date (e.g. year) is internally stored as 64-bit number so
|
||||
all imaginable dates (including negative years) are supported.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
Please keep in mind that these functions are dependent on
|
||||
|
|
Loading…
Reference in a new issue