diff --git a/app/Views/viewinwardgateregister.php b/app/Views/viewinwardgateregister.php index 99c38645..b3759f61 100644 --- a/app/Views/viewinwardgateregister.php +++ b/app/Views/viewinwardgateregister.php @@ -1150,9 +1150,9 @@ function deleteBill(Billno,i){ // Set modal inputs with the retrieved values $("#GrossWeight").val(v1); - $("#GrossWeightDate").val(formatDateTime(v2,2)); + $("#GrossWeightDate").val(v2); $("#TareWeight").val(v3); - $("#TareWeightDate").val(formatDateTime(v4,2) ); + $("#TareWeightDate").val(v4); $("#NetWeight").val(v5); $("#CurrentInx").val(inx);