Reputation: 11
I am trying to remove the button on the bottom of the HTML default date picker. I can't seem to find a way. The Button says: "Today"
<div class="form-group" id="datepicker">
<label id="WinterStart:" for="usr">Winter: </label>
<input type="date" class="form-control" id="winterStartFrom:" min="2019-11-10">
</div>
Upvotes: 1
Views: 1862
Reputation: 6136
It may be your browser delivered setting,
This will give you a custom date pickers.
Upvotes: 2