From 0dbfc1f87a08eb8d9459f20e22df8c8fcef15e7a Mon Sep 17 00:00:00 2001 From: "pramod.mahajan" Date: Thu, 4 Dec 2025 13:09:29 +0530 Subject: [PATCH] hide time --- src/components/purchase/DeliverChallanList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/purchase/DeliverChallanList.jsx b/src/components/purchase/DeliverChallanList.jsx index a8bb4ab4..ee0e1595 100644 --- a/src/components/purchase/DeliverChallanList.jsx +++ b/src/components/purchase/DeliverChallanList.jsx @@ -40,7 +40,7 @@ const DeliverChallanList = ({ purchaseId, viewDocuments }) => {

{item.deliveryChallanNumber}

- {formatUTCToLocalTime(item.deliveryChallanDate, true)} + {formatUTCToLocalTime(item.deliveryChallanDate)}