I need a birthday field with format "0000/00/00". I have one field with format "MM/DD/YYYY" but doesn't work in MySQL when I insert something.
There is the code:
<div class="form-group">
<label for="birthDate" class="col-sm-3 control-label">Date of Birth</label>
<div class="col-sm-9">
<input type="date" id="birthDate" class="form-control">
</div>
</div>