|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-02-03 14:31 UTC] garmoan at gmail dot com
[2007-02-04 07:38 UTC] judas dot iscariote at gmail dot com
[2007-02-05 09:29 UTC] tony2001@php.net
[2007-02-13 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jan 04 16:00:02 2026 UTC |
Description: ------------ date() does not seem to return the entire formatting string. It seems to only parse the first character in the string and ignores the rest. Reproduce code: --------------- echo date('H:i:s'); Expected result: ---------------- 01:16:45 Actual result: -------------- 01