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 6f44ac570d - Show all commits

View File

@ -41,7 +41,10 @@ export default function AssessmentRequestManagementsPage() {
day: "2-digit",
month: "long",
year: "numeric",
}).format(date);
})
.format(date)
.replace(/\./g, ':')
.replace('pukul ', '');
};
return (