Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<input type="datetime">

El HTML <input type="datetime"> es un control para ingresar tiempo y fecha (hora, minuto,segundo y fracción de segundo) basado en la zona horaria UTC .

  • Categorías de contenido : Contenido dinámico , listed , submittable , resettable , contenido asociado a un formulario , contenido estático o de texto . Si type  no tiene el valor hidden , elemenento labelable , contenido palpable .
Contenido permitido Ninguno , es un elemento vacío.
Omisión de etiquetas Debe de tener una etiqueta de inicio y no debe de tener una etiqueta final .
Elementos padres permitidos Cualquier elemento que acepte contenido estático o de texto .
Interfase DOM HTMLInputElement

Atributos

El siguiente elemento tiene los siguientes atributos globales .

Ejemplos

input type="datetime" name="new_year"

Especificaciones

Especificación Estatus Comentario
WHATWG HTML Living Standard
The definition of '<input type="datetime">' in that specification.
Living Standard  
HTML5.1
The definition of '<input type="datetime">' in that specification.
Working Draft Definición inicial

Compatiblidad con navegadores

Característica Chrome Firefox (Gecko) Internet Explorer Opera Safari
Soporte básico 1.0 1.0 (1.7 or earlier) 2 1.0 1.0
type=datetime No support[1] No support[2] No support 10.62 (Yes)[1]
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Soporte básico (Yes) 4.0 (2.0) (Yes) (Yes) (Yes)
type=datetime No support No support No support 10.62 (Yes)

[1]  El tipo daytime es reconocido, pero no hay una IU para este.

[2] Actualmente Gecko no implementa el tipo datetime.Ver bug 825294

 

Ver también

Etiquetas y colaboradores del documento

Etiquetas: 
 Colaboradores en esta página: jcr4
 Última actualización por: jcr4,