Ver Mensaje Individual
  #138 (permalink)  
Antiguo 18/01/2006, 12:25
Avatar de centinela77
centinela77
 
Fecha de Ingreso: diciembre-2004
Ubicación: León
Mensajes: 143
Antigüedad: 19 años, 11 meses
Puntos: 1
prueba con esto que debería funcionar .... -1 es la diferencia horaria

Código PHP:
$fecha = @date('d-m-Y'$row["topic_time"] - 1); 
y por supuesto elimina esto ..... -->

Código PHP:

$dat
=getdate($row['post_time']);
$fecha=$fecha["mday"]."/".$fecha["mon"]."/".$fecha["year"];