Skip to content

Commit

Permalink
Chore: 파일 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gamjatan9 committed Jul 10, 2024
1 parent f5b8e24 commit 4aba562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const formatDateInKST = (date: Date | null, startDate: boolean = false) => {
export const formatDate = (date: Date | null, startDate: boolean = false) => {
if (!date) return null;

const year = date.getFullYear();
Expand Down

0 comments on commit 4aba562

Please sign in to comment.