AKB dan SPD CHT

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-26 16:37:19 +07:00
parent 893fd463c7
commit 85fb4b4779
5 changed files with 83 additions and 4 deletions
+7
View File
@@ -2,6 +2,13 @@
use PHPJasper\PHPJasper;
function GetBulan(){
$Month_name = array("Januari","Februari","Maret",
"April","Mei","Juni","Juli","Agustus",
"September","Oktober","November","Desember");
return $Month_name;
}
function ConvertIndoDate($val){
if ($val == null){
return null;