From f71a1c1c169148b91ea8f46c494669ba1ad501d6 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Tue, 6 Aug 2024 06:27:35 +0000 Subject: [PATCH] FIX_Reverted date --- app/Views/viewinwardgateregister.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);