mirror of
https://github.com/documenso/documenso.git
synced 2025-11-11 13:02:31 +10:00
feat: 12h format
This commit is contained in:
@ -64,7 +64,10 @@ export const DocumentsDataTable = ({
|
|||||||
header: 'Created',
|
header: 'Created',
|
||||||
accessorKey: 'createdAt',
|
accessorKey: 'createdAt',
|
||||||
cell: ({ row }) => (
|
cell: ({ row }) => (
|
||||||
<LocaleDate date={row.original.createdAt} format={DateTime.DATETIME_SHORT} />
|
<LocaleDate
|
||||||
|
date={row.original.createdAt}
|
||||||
|
format={{ ...DateTime.DATETIME_SHORT, hourCycle: 'h12' }}
|
||||||
|
/>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user