<td>Work Experience:(in Years)</td> <td> <?php //echo $employee->getExperienceYear(); ?> </td> <td>Employment Date:</td> <td> <?php echo $employee->getEmploymentDate('d-M-Y'); ?> </td> </tr> <tr class="datagrid"> <td>Local Resident:</td> <td> <?php echo Constant::GetBooleanWord($employee->getLocalResident()); ?> </td> <td colspan="2"> </td> </tr> <tr> <td colspan="4" height="40"> </td> </tr> <tr class="datagrid"> <th colspan="4">System Authentication Information</th> </tr>