better date
This commit is contained in:
parent
9b3208ab40
commit
000112967e
|
@ -107,9 +107,9 @@ Locale=""
|
|||
## The time and date locale should usually be set in your system settings. Only hard set this if something is not working by default or you want a seperate locale setting in your login screen.
|
||||
|
||||
HourFormat="hh:mm AP"
|
||||
## Defaults to Locale.ShortFormat - Accepts "long" or a custom string like "hh:mm A". See http://doc.qt.io/qt-5/qml-qtqml-date.html
|
||||
## Defaults to Locale.ShortFormat - Accepts "long" or a custom string like "HH:mm". See http://doc.qt.io/qt-5/qml-qtqml-date.html
|
||||
|
||||
DateFormat="dddd MMM d"
|
||||
DateFormat="dddd, d MMM"
|
||||
## Defaults to Locale.LongFormat - Accepts "short" or a custom string like "dddd, d 'of' MMMM". See http://doc.qt.io/qt-5/qml-qtqml-date.html
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue