better date

This commit is contained in:
WanderingPenwing 2024-07-07 22:49:13 +02:00
parent 9b3208ab40
commit 000112967e

View file

@ -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