From aada849671d5877049df65cb480f0aa130179bd4 Mon Sep 17 00:00:00 2001 From: DungTT Date: Mon, 20 Apr 2026 15:30:56 +0700 Subject: [PATCH] update day --- public/js/app.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/js/app.js b/public/js/app.js index 6d65067..30126cb 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -598,6 +598,8 @@ class AccountManager { Owner Username Service + Created Date + Last Updated Actions @@ -608,6 +610,8 @@ class AccountManager { const displayAccountUsername = isOwnAccount ? accountUsername : this.maskForeignAccountUsername(accountUsername); + const createdDate = this.formatDateTime(acc.CreatedDate); + const updatedDate = this.formatDateTime(acc.UpdatedDate); const actionContent = isOwnAccount ? `