Maintenance dan bugs Fix

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-28 11:36:37 +07:00
parent cf2a0ffdba
commit 919cd46b34
13 changed files with 396 additions and 336 deletions
+10
View File
@@ -29,6 +29,16 @@ function setIndoDate(n){
}
}
function setIndoDateOracle(n){
if (n){
arrDateSpace = n.split(" ");
arrDate = arrDateSpace[0].split("-");
return arrDate[2] + "/" + arrDate[1] + "/" + arrDate[0];
}else{
return "-";
}
}
// Set Currency Separator to input fields
$(document).on('keypress , paste', '.number-separator', function (e) {
if (/^-?\d*[,.]?(\d{0,3},)*(\d{3},)?\d{0,3}$/.test(e.key)) {