Skip to content

Commit c7572aa

Browse files
committed
Clock: Do not hardcode date format
Fixes #384
1 parent f241192 commit c7572aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/2.0/Clock.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Column {
5454

5555
color: container.color
5656

57-
text : Qt.formatDate(container.dateTime, "dddd, MMM dd")
57+
text : Qt.formatDate(container.dateTime, Qt.DefaultLocaleLongDate)
5858

5959
font.pointSize: 24
6060
}

0 commit comments

Comments
 (0)