JasonN
JasonN

Reputation: 11

How to remove the "Today's date" button from a datepicker?

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>

Date-picture

Upvotes: 1

Views: 1862

Answers (1)

Tharindu Lakshan
Tharindu Lakshan

Reputation: 6136

It may be your browser delivered setting,

date picker

Try with this or this

This will give you a custom date pickers.

Upvotes: 2

Related Questions