Skip to content

Commit

Permalink
add initial date value
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolt committed Apr 11, 2024
1 parent 7050842 commit a2b01bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h3 class="demo-header">form</h3>
</div>
<div class="form-example">
<label for="date"> Date </label>
<input type="date" id="date" name="date" value="" />
<input type="date" id="date" name="date" value="2006-01-02" />
</div>
<div class="form-example">
<label for="surprise">
Expand Down

0 comments on commit a2b01bb

Please sign in to comment.