From e2edb1d6b4c03c9510bcd820fd6d519cc7c9e35d Mon Sep 17 00:00:00 2001 From: Oat Date: Fri, 1 Mar 2024 09:45:29 +0700 Subject: [PATCH] =?UTF-8?q?date2thai:=20=E0=B9=81=E0=B8=81=E0=B9=89?= =?UTF-8?q?=E0=B9=80=E0=B8=9B=E0=B9=87=E0=B8=9924=E0=B8=8A=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/mixin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/mixin.ts b/src/stores/mixin.ts index 12864d305..48ca0e791 100644 --- a/src/stores/mixin.ts +++ b/src/stores/mixin.ts @@ -84,7 +84,7 @@ export const useCounterMixin = defineStore("mixin", () => { const month = dateMoment.format(isFullMonth ? "MMMM" : "MMM"); const year = +dateMoment.format("YYYY") + 543; return `${day} ${month} ${year}${ - isTime ? dateMoment.format(" hh:mm น.") : "" + isTime ? dateMoment.format(" HH:mm น.") : "" }`; }