This commit is contained in:
focp212@naver.com
2025-11-04 08:57:12 +09:00
parent c1e631cbb4
commit c99b635950
5 changed files with 4 additions and 5 deletions

View File

@@ -91,11 +91,9 @@ const NiceCalendar = ({
};
const formatDay = (locale: string | undefined, date: Date) => {
// For Korean locale, return only the day number without '일'
return date.toLocaleString('en', {
day: 'numeric',
});
};
const formatShortWeekday = (locale: string | undefined, date: Date) => {
return date.toLocaleString(currentLocale, {