hide time

This commit is contained in:
pramod.mahajan 2025-12-04 13:09:29 +05:30
parent 49c07606aa
commit 0dbfc1f87a

View File

@ -40,7 +40,7 @@ const DeliverChallanList = ({ purchaseId, viewDocuments }) => {
<div className="d-flex justify-content-between">
<p className="mb-1 fw-semibold">{item.deliveryChallanNumber}</p>
<small className="text-muted text-end">
{formatUTCToLocalTime(item.deliveryChallanDate, true)}
{formatUTCToLocalTime(item.deliveryChallanDate)}
</small>
</div>