Skip to content

Commit

Permalink
Merge branch 'feature/26-add-post-feature' of https://github.com/Math…
Browse files Browse the repository at this point in the history
…iasHavekes/releaf-canopeum into feature/26-add-post-feature
  • Loading branch information
Mathias Havekes committed Mar 23, 2024
2 parents 5c472d8 + b598469 commit 6e29e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canopeum_frontend/src/Utils/DateFormatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export const formatDate = (dateIso: string): string => {
const hours = String(date.getHours()).padStart(2, '0')
const minutes = String(date.getMinutes()).padStart(2, '0')

return `${day}-${month}-${year} ${hours}:${minutes}`
return `${day}-${month}-${year} ${hours}:${minutes}`;
}

0 comments on commit 6e29e8e

Please sign in to comment.