Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/04/2010, 23:53
thecapo_10
 
Fecha de Ingreso: marzo-2010
Mensajes: 14
Antigüedad: 14 años, 1 mes
Puntos: 0
ayuda con fechas

hola tengo mediante este codigo logro que las fechas me salgan del tipo Hace 2 minutos, pero me gustaria agregar que tanmbien diga horas, dias,etc

Alguien me da una mano?

Código PHP:
Ver original
  1. 'fecha' => (time() - $row['fecha'] < 3600) ? round((time() - $row['fecha'])/60, 0) . $txt['minutes_ago'] : timeformat($row['fecha']),