Sl. NO. | Date | Name of Employee | Company/Contractor | Age | Gender | P.No. | Dept. | DIV | Mobile No. | Health Problems/Symptoms | Date of Testing/Sample Given | Date of report confirmed | Reports | Reason of home quarantine | Protocol Rest Duration | Home quarantine | Date of Rejoining | Travel History | Remarks/Advise |
From Date |
To Date |
From Date |
To Date |
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']));
}
$dateStrVal4 = strtotime($row['prest_fromdate']);
if(empty($dateStrVal4)) {
$prest_from = 'NA';
} else {
$prest_from = date( 'd-m-Y', strtotime($row['prest_fromdate']));
}
$dateStrVal5 = strtotime($row['prest_todate']);
if(empty($dateStrVal5)) {
$prest_to = 'NA';
} else {
$prest_to = date( 'd-m-Y', strtotime($row['prest_todate']));
}
$dateStrVal6 = strtotime($row['hq_fromdate']);
if(empty($dateStrVal6)) {
$hq_from = 'NA';
} else {
$hq_from = date( 'd-m-Y', strtotime($row['hq_fromdate']));
}
$dateStrVal7 = strtotime($row['hq_todate']);
if(empty($dateStrVal7)) {
$hq_to = 'NA';
} else {
$hq_to = date( 'd-m-Y', strtotime($row['hq_todate']));
}
?> | | | | | | | | | | | | | | | | | | | | | |