aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/element/input/datetime/index.html
blob: dee6e3a7c9141111d9aea6422f60135baca5412a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
title: <input type="datetime">
slug: Web/HTML/Element/input/datetime
tags:
  - Elemento
  - HTML
  - Referencia
translation_of: Web/HTML/Element/input/datetime
original_slug: Web/HTML/Elemento/input/datetime
---
<p><span class="seoSummary"><dfn>El HTML</dfn><code> &lt;input type="datetime"&gt; </code>es un control para ingresar tiempo y fecha (hora, minuto, segundo y fracción de segundo) basado en la zona horaria UTC . <dfn> </dfn></span></p>

<ul>
 <li><a href="/es/docs/Web/Guide/HTML/categorias_de_contenido">Categorías de contenido</a> : Contenido dinámico , listed , submittable , resettable , contenido asociado a un formulario , contenido estático o de texto . Si <code>type</code>  no tiene el valor <code>hidden </code>, elemenento labelable , contenido palpable .</li>
</ul>

<table class="properties">
 <tbody>
  <tr>
   <th scope="row">Contenido permitido</th>
   <td>Ninguno , es un elemento vacío.</td>
  </tr>
  <tr>
   <th scope="row">Omisión de etiquetas</th>
   <td>Debe de tener una etiqueta de inicio y no debe de tener una etiqueta final .</td>
  </tr>
  <tr>
   <th scope="row">Elementos padres permitidos</th>
   <td>Cualquier elemento que acepte contenido estático o de texto .</td>
  </tr>
  <tr>
   <th scope="row">Interfaz DOM</th>
   <td><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement" title="The HTMLInputElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of input elements."><code>HTMLInputElement</code></a></td>
  </tr>
 </tbody>
</table>

<h2 id="Atributos">Atributos</h2>

<p>El siguiente elemento tiene los siguientes<a href="/es/docs/Web/HTML/Atributos_Globales"> atributos globales</a> .</p>

<h2 id="Ejemplos">Ejemplos</h2>

<div class="geckoVersionNote">
<p><code><span class="highELE">input</span> <span class="highATT">type=</span><span class="highVAL">"datetime"</span> <span class="highATT">name=</span><span class="highVAL">"new_year"</span><span class="highGT"> </span></code></p>
</div>

<h2 id="Especificaciones">Especificaciones</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Especificación</th>
   <th scope="col">Estatus</th>
   <th scope="col">Comentario</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName("HTML WHATWG", "forms.html#date-and-time-state-(type=datetime)", "&lt;input type=\"datetime\"&gt;")}}</td>
   <td>{{Spec2("HTML WHATWG")}}</td>
   <td> </td>
  </tr>
  <tr>
   <td>{{SpecName("HTML5.1", "semantics.html#date-and-time-state-(type=datetime)", "&lt;input type=\"datetime\"&gt;")}}</td>
   <td>{{Spec2("HTML5.1")}}</td>
   <td>Definición inicial</td>
  </tr>
 </tbody>
</table>



<h2 id="Ver_también">Ver también</h2>

<ul>
 <li>El elemento {{HTMLElement("input")}}</li>
</ul>