Skip to content

Commit

Permalink
Merge pull request #27 from MEOGO-DSM/26-date-format
Browse files Browse the repository at this point in the history
🏄 :: (Meogo-26) date format
  • Loading branch information
meltapplee authored Sep 9, 2024
2 parents 2999b61 + eb8d541 commit d1df65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class QueryAllPostService(
}

private fun format(date: LocalDateTime) =
date.format(DateTimeFormatter.ofPattern("MM.dd HH:mm"))
date.format(DateTimeFormatter.ofPattern("yy.MM.dd HH:mm"))
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ class QueryAllBySchoolIdService(
}

private fun format(date: LocalDateTime) =
date.format(DateTimeFormatter.ofPattern("MM.dd HH:mm"))
date.format(DateTimeFormatter.ofPattern("yy.MM.dd HH:mm"))
}

0 comments on commit d1df65c

Please sign in to comment.