diff options
Diffstat (limited to 'docs/4.0')
| -rw-r--r-- | docs/4.0/content/reboot.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/4.0/content/reboot.md b/docs/4.0/content/reboot.md index 58d6b201b..d90877fee 100644 --- a/docs/4.0/content/reboot.md +++ b/docs/4.0/content/reboot.md @@ -266,8 +266,13 @@ These changes, and more, are demonstrated below. </p> <p> - <label for="time">Example temporal</label> - <input type="datetime-local" id="time"> + <label for="date">Example date</label> + <input type="date" id="date"> + </p> + + <p> + <label for="time">Example time</label> + <input type="time" id="time"> </p> <p> |
