This commit is contained in:
Austin Wright 2025-10-08 16:13:18 -07:00 committed by GitHub
commit 7d55e07f1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ struct SimpleContentView: View {
private let dateFormatter: DateFormatter = {
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "dd-MM-yyyy"
dateFormatter.dateStyle = .medium
return dateFormatter
}()