Cambio nombre campos
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user