[add] Datepicker

This commit is contained in:
2018-08-12 15:38:09 -06:00
parent 54ef088fe0
commit 64a6ddafb5
5 changed files with 25 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
<div class="form-group">
<label class="col-md-4 control-label" for="newEmployeeBirthDate">Birth date</label>
<div class="col-md-5">
<input id="newEmployeeBirthDate" name="newEmployeeBirthDate" type="text" class="form-control input-md">
<input id="newEmployeeBirthDate" name="newEmployeeBirthDate" type="text" class="form-control input-md datepicker">
</div>
</div>
</div>