Cambio nombre campos

This commit is contained in:
2024-04-24 12:56:12 -06:00
parent 83bd6d5959
commit 7320808e59

View File

@@ -121,6 +121,7 @@ foreach($repEdo_rs as $redo){
$sheet->setCellValue('E'.$row, $reposicion["grupo_nombre"]);
if($reposicion["fecha_clase"]!=""){
$fechaI = DateTime::createFromFormat('Y-m-d', $reposicion["fecha_nueva"])->format('d/m/Y');
$sheet->setCellValue('F'.$row, $fechaI." ".substr($reposicion["horario_hora"],0, 5));
}