Skip to content

Commit 6a2f1e5

Browse files
committed
feat: formatDateAndTime 유틸함수 추가
1 parent 3005dfa commit 6a2f1e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/dateFormatter.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { TIME_UNIT } from "@/constants/time";
21
import { format, parse } from "date-fns";
32
import { ko } from "date-fns/locale";
43

4+
import { TIME_UNIT } from "@/constants/time";
5+
56
/**
67
* ISO 형식의 날짜 문자열을 특정 포맷으로 변환합니다.
78
* @param {string} date - ISO 형식의 날짜 문자열,

0 commit comments

Comments
 (0)