Locale 한글 추가

This commit is contained in:
Yu Sung
2025-07-22 06:14:45 +09:00
parent a22594320f
commit 1e693cb8d8
4 changed files with 14 additions and 14 deletions

View File

@@ -134,7 +134,7 @@ struct LiveReservationItemView: View {
// 3~6. Formatter ( )
let localFormatter = DateFormatter()
localFormatter.locale = Locale.current
localFormatter.locale = Locale.autoupdatingCurrent
localFormatter.timeZone = TimeZone.current
// 3. (1~12)

View File

@@ -151,7 +151,7 @@ struct MyLiveReservationItemView: View {
// 3~6. Formatter ( )
let localFormatter = DateFormatter()
localFormatter.locale = Locale.current
localFormatter.locale = Locale.autoupdatingCurrent
localFormatter.timeZone = TimeZone.current
// 3. (1~12)