Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 authored Nov 28, 2023
2 parents 2474d54 + 2cbd7c5 commit ffaec66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/utils/dateParse.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

export const getFormattingDate = (date: Date) => {
const year = date.getFullYear()
const month = ('0' + (1 + date.getMonth())).slice(-2)
Expand Down

0 comments on commit ffaec66

Please sign in to comment.