update: revision for date format in assessment request management
This commit is contained in:
parent
cf0db262ed
commit
6f44ac570d
|
|
@ -41,7 +41,10 @@ export default function AssessmentRequestManagementsPage() {
|
||||||
day: "2-digit",
|
day: "2-digit",
|
||||||
month: "long",
|
month: "long",
|
||||||
year: "numeric",
|
year: "numeric",
|
||||||
}).format(date);
|
})
|
||||||
|
.format(date)
|
||||||
|
.replace(/\./g, ':')
|
||||||
|
.replace('pukul ', '');
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user