Hi in the below code placeholder name was not displaying but it showing date format.But I want to display both.
Expected output:
Date Of Birth(mm/dd/yyyy)
html
<input type = "date" name="date_birth" pattern = "^\D{0,100}$" required = "required" class="login-input" placeholder="Date Of Birth" autofocus>