all DOB spaces are date filled
This commit is contained in:
parent
becf565787
commit
67964dd376
|
@ -6,7 +6,7 @@
|
|||
<th scope="row">Name</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
<th scope="row">DOB</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
<td><input type="date" class="form-control" placeholder="Start Date"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Address</th>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<th scope="row">Name</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
<th scope="row">DOB</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
<td><input type="date" class="form-control" placeholder="Start Date"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Address</th>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<th scope="row">Name</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
<th scope="row">DOB</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
<td><input type="date" class="form-control" placeholder="Start Date"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Address</th>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<th scope="row">Name</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
<th scope="row">DOB</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
<td><input type="date" class="form-control" placeholder="Start Date"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Address</th>
|
||||
|
|
Loading…
Reference in New Issue