I try to use the correct format for the date that I have in OracleBD and then show in a form with.
<input type="date"
but that doesn't work.
Code I'm using:
$stid = oci_parse($conexion, "SELECT COD_ALUMNO,NOMBRES, APELLIDOS,SEXO,TO_CHAR(NACIMIENTO, 'DD-MON-YYYY'),DIRECCION,TEL_TUTOR,COD_GRUPO FROM ALUMNOS WHERE COD_ALUMNO = :cod_alu");
Record: