How We Can Change The Placeholder Of Input Type Date ?

Forums HTMLHow We Can Change The Placeholder Of Input Type Date ?
Staff asked 2 years ago

The placeholder attribute does not work with the input date control but using the below way we can have date control with a custom placeholder.

Try the below code

<input type="text" class="form-control" placeholder="YOUR_PLACEHOLDER" onfocus="(this.type='date')">

 

 

Chand Dakhara replied 2 years ago

Answers (1)

Add Answer
Staff answered 1 year ago

Try the below code.

<input type="text" class="form-control" placeholder="YOUR_PLACEHOLDER" onfocus="(this.type='date')">

 

not working bro….

Hardik Ghevariya replied 1 year ago

Subscribe

Select Categories