Pull Request branch dev-clone to main #1
|
|
@ -41,7 +41,10 @@ export default function AssessmentRequestManagementsPage() {
|
|||
day: "2-digit",
|
||||
month: "long",
|
||||
year: "numeric",
|
||||
}).format(date);
|
||||
})
|
||||
.format(date)
|
||||
.replace(/\./g, ':')
|
||||
.replace('pukul ', '');
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user