Ver Mensaje Individual
  #6 (permalink)  
Antiguo 16/05/2002, 02:23
Robotica
 
Fecha de Ingreso: mayo-2002
Mensajes: 4
Antigüedad: 21 años, 11 meses
Puntos: 0
Re: Restar tiempos

Muchas gracias a todos por vuestra ayuda, lo implemete asi:

$duracion = strftime("%H:%M:%S",strtotime($row["final"])-strtotime($row["inicio"]));

Un Saludo.