Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/05/2016, 11:05
Avatar de bandolera
bandolera
 
Fecha de Ingreso: abril-2009
Mensajes: 613
Antigüedad: 15 años
Puntos: 7
Pregunta HTML5 <input type="date">

Hola chicos, tengo este formulario en HTML5:
Código HTML:
<!DOCTYPE html>
<html lang="es">
<head>
	<meta charset="UTF-8">
	<title>Formulario</title>
</head>
<body>
	<form id="formulario" action="grabar.php" method="POST">
		<input type="text" name="codigo"/>
		<input type="text" name="nombre"/>
		<input type="date" name="fecha"/>
		<input type="submit" value="Enviar" />
	</form>
</body>
</html> 
Tengo dos preguntas:
1) Por qué el <input type="date"> funciona solo en Chrome y no en IE11, ni Firefox46.??
2) El <input type="date"> me muestra la fecha en formato mm/dd/yyyy. Cómo lo puedo configurar para que muestre dd/mm/yyyy ???
__________________
Todos somos iguales. NO! a la violencia de género.