mirror of
https://github.com/TuringSoftware/CrystalFetch.git
synced 2025-12-26 15:29:08 +08:00
Merge ada804cde0 into 05e0b201da
This commit is contained in:
commit
7d55e07f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ struct SimpleContentView: View {
|
|||
|
||||
private let dateFormatter: DateFormatter = {
|
||||
let dateFormatter = DateFormatter()
|
||||
dateFormatter.dateFormat = "dd-MM-yyyy"
|
||||
dateFormatter.dateStyle = .medium
|
||||
return dateFormatter
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue