When/If you read the PHP manual, you'll discover that the second parameter
MUST be a timestamp; not a text string.
----- Original Message -----
From: Norman Zhang <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 02, 2002 2:17 PM
Subject: [PHP] date
Hi,
I am doing a test with the date function,
$mydate="2002-05-02"
$tdate=date("d M Y", "$mydate");
echo "$tdate"
I should expect 02 May 2002. But I get a strange result "31 Dec 1969". Why?
How can I correct this?
Regards,
Norman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php