|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-06-08 10:55 UTC] degeberg@php.net
-Status: Open
+Status: Bogus
-Package: Website problem
+Package: Date/time related
[2010-06-08 10:55 UTC] degeberg@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 11:00:01 2025 UTC |
Description: ------------ I think this will return 2010-04-31 but no show it for me! Test script: --------------- echo date('Y-m-d', strtotime("-1 month 2010-05-31")); Expected result: ---------------- echo date('Y-m-d', strtotime("-1 month 2010-05-31")); Actual result: -------------- echo date('Y-m-d', strtotime("-1 month 2010-05-31"));