From fb4b2ee23f72ed01b0e288901d6cb207090a151a Mon Sep 17 00:00:00 2001 From: "alejandro.lara" Date: Mon, 10 Jun 2024 14:33:24 -0600 Subject: [PATCH] Error de fecha --- solicitudes_autorizar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solicitudes_autorizar.php b/solicitudes_autorizar.php index 2ed960c..a00fff7 100644 --- a/solicitudes_autorizar.php +++ b/solicitudes_autorizar.php @@ -82,7 +82,7 @@ function duracionMinutos($fechahora_i, $fechahora_f){ if(isset($_POST["fecha_final"])) $fecha_fin = $_POST["fecha_final"]; else - $fecha_ini = date("d/m/Y", strtotime("30 day")); + $fecha_fin = date("d/m/Y", strtotime("30 day")); //$fecha_fin = date("d/m/Y", strtotime($periodo_rs["periodo_fecha_fin"])); //Reposiciones