diff --git a/frontend/src/scripts/popups/pb-tables-popup.ts b/frontend/src/scripts/popups/pb-tables-popup.ts index f9590253f..06d7f860d 100644 --- a/frontend/src/scripts/popups/pb-tables-popup.ts +++ b/frontend/src/scripts/popups/pb-tables-popup.ts @@ -44,7 +44,7 @@ function update(mode: MonkeyTypes.Mode): void { const date = new Date(pb.timestamp); if (pb.timestamp) { dateText = - format(date, "DD MMM YYYY") + + format(date, "dd MMM yyyy") + "
" + format(date, "HH:mm") + "
"; diff --git a/frontend/src/scripts/popups/quote-approve-popup.ts b/frontend/src/scripts/popups/quote-approve-popup.ts index 0b5433e3c..24f51b00c 100644 --- a/frontend/src/scripts/popups/quote-approve-popup.ts +++ b/frontend/src/scripts/popups/quote-approve-popup.ts @@ -35,7 +35,7 @@ function updateList(): void {
Language: ${quote.language}
Submitted on: ${format( new Date(quote.timestamp), - "DD MMM YYYY HH:mm" + "dd MMM yyyy HH:mm" )}