|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-18 07:12 UTC] sander@php.net
[2001-12-18 07:15 UTC] derick@php.net
[2001-12-22 15:48 UTC] sander@php.net
[2005-06-28 23:11 UTC] nlopess@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 05:00:01 2025 UTC |
strtotime("19:30 Dec 17"); // works okay strtotime("Dec 17 19:30"); // returns -1 that's a bug i think. strangely enough the bug wasn't there in Php 4.0.5.. only in 4.0.6 gtx Bucky