0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-20 12:52:19 +01:00

Remove usages of and references to <input type="datetime">

It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336
Only Presto Opera ever implemented a special UI for it.

[skip sauce]
This commit is contained in:
Chris Rebert 2016-01-06 11:28:17 -08:00
parent 1300af1d2d
commit 602b107edb
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ Below is a complete list of the specific from controls supported by Bootstrap an
Textual inputs
</td>
<td>
{% markdown %}`text`, `password`, `datetime`, `datetime-local`, `date`, `month`, `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`{% endmarkdown %}
{% markdown %}`text`, `password`, `datetime-local`, `date`, `month`, `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`{% endmarkdown %}
</td>
</tr>
<tr>

View File

@ -225,7 +225,7 @@ These changes, and more, are demonstrated below.
<p>
<label for="time">Example temporal</label>
<input type="datetime" id="time">
<input type="datetime-local" id="time">
</p>
<p>