|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-07-27 13:01 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 04:00:02 2025 UTC |
Description: ------------ echo date("Y-m-d",strtotime('2006-03')); Reproduce code: --------------- echo date("Y-m-d",strtotime('2006-03')); Expected result: ---------------- 2006-03-01 Actual result: -------------- 2006-07-28