Running PHP3 on a Linux box and I've got trouble with date().

Here's the code:

$blah=2002-05-02;
$thedate = date("D, M d, Y", strtotime($blah)); 
$echo "$thedate";


Why is $thedate resolving to Wed, Dec 31, 1969.

Thanks!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to