all DOB spaces are date filled

This commit is contained in:
Ben 2024-01-14 19:53:47 -06:00
parent becf565787
commit 67964dd376
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>