ID:               19620
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Date/time related
 Operating System: FREE BSD 4.6
 PHP Version:      4.2.1
 New Comment:

Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.


Previous Comments:
------------------------------------------------------------------------

[2002-09-26 13:51:21] [EMAIL PROTECTED]

// why is this returning 1969-12-31 ???

$day = 13;
$month = 10;
$year = 2002;
echo date("Y-m-d",mktime (0,0,0,$month,$day,$year)); 

And MySQL also does the same when I insert '2002-10-13' in a date
field!!!

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19620&edit=1

Reply via email to