0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #18778 from twbs/rip-datetime

Remove usages of and references to <input type="datetime">
This commit is contained in:
Patrick H. Lauke 2016-01-06 19:39:43 +00:00
commit fd839ab057
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 Textual inputs
</td> </td>
<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> </td>
</tr> </tr>
<tr> <tr>

View File

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