Covid Monitoring Report |
For Month: |
|
SL.NO |
Emp No/GPass No |
Date Of Reporting |
Name of Patient |
Age/Sex |
Contractor |
Department |
Address |
Mobile No. |
Diagnosis |
Category |
Date of Recovery or Joining Duty |
y;
$date_added = date_create($row['date_added']);
$date_added = date_format($date_added, "d-m-Y");
$dateStrVal = strtotime($row['resumed_duties_from']);
if (empty($dateStrVal)) {
$resumed_duties_from = 'NA';
} else {
$resumed_duties_from = date('d-m-Y', strtotime($row['resumed_duties_from']));
}
$dateStrVal2 = strtotime($row['tested_positive_on']);
if (empty($dateStrVal2)) {
$tested_positive_on = 'NA';
} else {
$tested_positive_on = date('d-m-Y h:i A', strtotime($row['tested_positive_on']));
}
$dateStrVal3 = strtotime($row['discharge_on']);
if (empty($dateStrVal3)) {
$discharge_on = 'NA';
} else {
$discharge_on = date('d-m-Y h:i A', strtotime($row['discharge_on']));
}
?>
|
|
|
|
/ |
|
|
|
|
|
|
|