Con este sencillo script podremos calculas la diferencia entre dos fechas distintas.
$fecha1 = new DateTime($in);//fecha inicial
$fecha2 = new DateTime($out);//fecha de cierre
global $difer;
$difer = $fecha1->diff($fecha2);
//print ($difer);
global $ttot;
$ttot = $difer->format('%H:%i:%s');
No hay comentarios:
Publicar un comentario
Gracias por vuestros aportes.