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