diff options
| author | Patrick H. Lauke <[email protected]> | 2016-01-06 19:39:43 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2016-01-06 19:39:43 +0000 |
| commit | fd839ab0576340b5d6f7ee26c9bd5f5c6d1c00f0 (patch) | |
| tree | bad8b4ade842fa452353f2fc76f2cc3e1cc02faa /docs | |
| parent | 1300af1d2dbf3f5aecc1ba9480ac9cb28a7b8561 (diff) | |
| parent | 602b107edb4a011e8e4a1179ce00dc4b823cc061 (diff) | |
| download | bootstrap-fd839ab0576340b5d6f7ee26c9bd5f5c6d1c00f0.tar.xz bootstrap-fd839ab0576340b5d6f7ee26c9bd5f5c6d1c00f0.zip | |
Merge pull request #18778 from twbs/rip-datetime
Remove usages of and references to <input type="datetime">
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/forms.md | 2 | ||||
| -rw-r--r-- | docs/content/reboot.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index 5612afb68..d3419beb8 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -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> diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 9631a86b6..d55230e59 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -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> |
