Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-03-01 10:18:00 +07:00
commit 0dc0640d2c

View file

@ -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 น.") : ""
}`;
}