|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-12-10 19:18 UTC] sniper@php.net
[2005-12-11 23:37 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 05:00:01 2025 UTC |
Description: ------------ The function strtotime() does not work correctly, when using three character weekdays. Reproduce code: --------------- echo date('D', strtotime('mon')); Expected result: ---------------- Mon Actual result: -------------- (Suggest it's saturday) Mon (5.0.4) Mon (5.0.5) Sat (5.1.0) Sat (5.1.1) ? (CVS)