Update
This commit is contained in:
@@ -155,4 +155,9 @@ function getKodeRekInduk($val)
|
||||
|
||||
$kodeRek = array_combine(array_keys($conf),array_column(array_values($conf),"rekening"));
|
||||
return $kodeRek[$val];
|
||||
}
|
||||
|
||||
function convertSerialDate($date) {
|
||||
$timestamp = ($date - 25569) * 86400;
|
||||
return date("Y-m-d",$timestamp);
|
||||
}
|
||||
Reference in New Issue
Block a user