mirror of
https://github.com/TuringSoftware/CrystalFetch.git
synced 2025-12-26 15:29:08 +08:00
Show date in current locale
This commit is contained in:
parent
05e0b201da
commit
ada804cde0
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