수정
This commit is contained in:
@@ -17,9 +17,6 @@ export const HomeNoticeItem = ({
|
||||
const formatDate = (date?: string) => {
|
||||
if (!date) return '';
|
||||
const currentLang = i18n.language;
|
||||
if (currentLang === 'ko') {
|
||||
return moment(date).format('YY년 MM월 DD일');
|
||||
}
|
||||
return moment(date).format('YYYY.MM.DD');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user