Skip to content

Commit

Permalink
Remove usages of and references to <input type="datetime">
Browse files Browse the repository at this point in the history
It has been removed from the HTML specification: whatwg/html#336
Only Presto Opera ever implemented a special UI for it.

[skip sauce]
  • Loading branch information
cvrebert committed Jan 6, 2016
1 parent 1300af1 commit 602b107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 602b107

Please sign in to comment.