fix: date parsing and formatting
This commit is contained in:
parent
1cb715332a
commit
bb189decae
7 changed files with 38 additions and 21 deletions
|
|
@ -158,14 +158,14 @@ const Accounting = () => {
|
|||
width: 150,
|
||||
size: 'sm',
|
||||
textAlign: 'right',
|
||||
view: it => formatDate(it.created, timezone, 'YYYY-MM-DD')
|
||||
view: it => formatDate(it.created, timezone, 'yyyy-MM-dd')
|
||||
},
|
||||
{
|
||||
header: 'Time',
|
||||
width: 150,
|
||||
size: 'sm',
|
||||
textAlign: 'right',
|
||||
view: it => formatDate(it.created, timezone, 'YYYY-MM-DD')
|
||||
view: it => formatDate(it.created, timezone, 'yyyy-MM-dd')
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue