View Single Post
Old 03-03-2003, 05:05 PM   #2 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
12-31-1969 is 0 unix time. you are not passing in the value correctly.

PHP Code:
<?
  
echo date("Y-m-d"1046729556);
?>
i get:
2003-03-03
joe_bruin is offline   Reply With Quote