Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit cf0db262ed - Show all commits

View File

@ -79,14 +79,17 @@ export default function UsersPage() {
header: "Tanggal",
cell: (props) =>
props.row.original.tanggal
? new Intl.DateTimeFormat("ID", {
? new Intl.DateTimeFormat("id-ID", {
year: "numeric",
month: "long",
day: "2-digit",
hour: "2-digit",
minute: "2-digit",
hour12: true,
}).format(new Date(props.row.original.tanggal))
})
.format(new Date(props.row.original.tanggal))
.replace(/\./g, ':')
.replace('pukul ', '')
: 'N/A',
}),
columnHelper.display({