Maintenance dan bugs Fix
This commit is contained in:
Vendored
+10
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user