2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+1 -1
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>