mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +08:00
Made daily product log date format easier to read
This commit is contained in:
parent
6082c572d2
commit
4d65efa169
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ export default function Product() {
|
|||
style={{ ...styles.text_white, ...styles.text_S }}
|
||||
>
|
||||
{moment(history_entry.history_date).format(
|
||||
"MM-DD-YYYY hh:mm A"
|
||||
"MMMM DD, YYYY hh:mm A"
|
||||
)}
|
||||
</TableCell>
|
||||
<TableCell
|
||||
|
|
Loading…
Reference in a new issue