mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
clarified date() documentation regarding microseconds (#fixes 69789)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336982 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b6dc84ee14
commit
f9aed876b8
1 changed files with 2 additions and 1 deletions
|
@ -222,7 +222,8 @@
|
|||
<function>date</function> will always generate
|
||||
<literal>000000</literal> since it takes an <type>integer</type>
|
||||
parameter, whereas <methodname>DateTime::format</methodname> does
|
||||
support microseconds.
|
||||
support microseconds if <classname>DateTime</classname> was
|
||||
created with microseconds.
|
||||
</entry>
|
||||
<entry>Example: <literal>654321</literal></entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue