Change dateFormat to follow system default.
This commit is contained in:
@@ -108,7 +108,7 @@ RowLayout {
|
||||
|
||||
contentItem: RowLayout {
|
||||
Label {
|
||||
text: Qt.formatTime(time, "hh:mm AP")
|
||||
text: Qt.formatTime(time)
|
||||
color: "white"
|
||||
font.pixelSize: 12
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user