From 0459ce7dc52b306e1e6de5d3e98a95cf79a53696 Mon Sep 17 00:00:00 2001
From: rahman
Transaction Date :{" "}
- {format(
- parseISO(item.created_at),
- "dd-MM-yyyy hh:mm:ss"
- )}
+ {
+ moment(new Date (item.created_at).toISOString().replace('Z', ' ').replace('T', ' ')).format("MM-DD-YYYY HH:mm:ss") }
{" "}