Employee screen issue fixed
This commit is contained in:
parent
db07152e2a
commit
fcf29a9663
@ -94,8 +94,14 @@ if(!empty($EmpDetails))
|
||||
$Remarks = $Emp->Remarks;
|
||||
$personalEmailId = $Emp->personalEmailId;
|
||||
$DriverLicense = $Emp->DriverLicense;
|
||||
$LicenseValidtill = $Emp->LicenseValidtill;
|
||||
|
||||
$VoterID = $Emp->VoterID;
|
||||
|
||||
if($Emp->LicenseValidtill != '')
|
||||
{
|
||||
$License = new DateTime($Emp->LicenseValidtill);
|
||||
$LicenseValidtill = $License ->format('Y-m-d');
|
||||
}
|
||||
//$dtLicenseValidtill = new DateTime($LicenseValidtill);
|
||||
//$LicenseValidtill = $dtLicenseValidtill ->format('Y-m-d');
|
||||
//$LicenseValidtill = $Emp->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user