Merge branch 'develop' into devTee
This commit is contained in:
commit
0dc0640d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 น.") : ""
|
||||
}`;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue