Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/08/2005, 12:31
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 5 meses
Puntos: 11
con tiempo te refieres a timestamp?

Código PHP:
<?php
  $tiempo 
$row['fecha'];
  
$fecha date("d/m/y",$tiempo);
  echo 
$fecha;
?>