Anonymous | Login | Signup for a new account | 11-21-2024 16:30 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0004064 | [Quercus] | minor | always | 06-02-10 03:34 | 12-20-10 10:34 | |||||||
Reporter | hm2k | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | new | Product Version | 4.0.7 | |||||||||
Summary | 0004064: strtodate does not work correctly | |||||||||||
Description |
<?php echo date('d-M-Y',strtotime('2009/07/14')); //expected 14-Jul-2009, gave 07-May-2014 echo date('d-M-Y',strtotime('14-Aug-2009')); //expected 14-Aug-2009, gave 30-Jan-2016 ?> |
|||||||||||
Additional Information |
@see http://php.net/strtotime [^] @see http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/strtotime.phpt?view=co [^] @see http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/strtotime_basic.phpt?view=co [^] @see http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/strtotime_basic2.phpt?view=co [^] @see http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/strtotime2.phpt?view=co [^] @see http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/strtotime3.phpt?view=co [^] |
|||||||||||
Attached Files | ||||||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
37 total queries executed. 30 unique queries executed. |