$mydata->timestamp = "20070419162123";

echo date('Y-m-d', $mydata->timestamp);


result: 2038-01-18

?? What is wrong?? Should be 2007-04-19?

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

Reply via email to