Made daily product log date format easier to read

This commit is contained in:
keannu125 2023-03-15 22:55:55 +08:00
parent 6082c572d2
commit 4d65efa169

View file

@ -128,7 +128,7 @@ export default function Product() {
style={{ ...styles.text_white, ...styles.text_S }} style={{ ...styles.text_white, ...styles.text_S }}
> >
{moment(history_entry.history_date).format( {moment(history_entry.history_date).format(
"MM-DD-YYYY hh:mm A" "MMMM DD, YYYY hh:mm A"
)} )}
</TableCell> </TableCell>
<TableCell <TableCell