Hi there, I am playing around with the timestamp functions. I created a timestamp with mysql ( the row is timestamp) and do reformat this thing after selecting with php in the folow�ng way:
$date_posted[$i] = strftime("%A, %d-%m-%Y %R", $date_posted[$i]);
This always returns Tuesday, 19-01-2038 but the mysql timestamp says:
20020305211704
So whats going on?
Can anybody help please?
Thanx andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

