From 5c3ba8460a9784acb784337a2c11b5175fd7c011 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 1 May 2013 02:42:50 +0200 Subject: rewrite date/time formatting --- qml/ForumPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml') diff --git a/qml/ForumPage.qml b/qml/ForumPage.qml index e2e263f..b3dc40c 100644 --- a/qml/ForumPage.qml +++ b/qml/ForumPage.qml @@ -54,7 +54,7 @@ Page { forumId: forumPage.forumId } - section.property: "humanDate" + section.property: "relativeDate" section.criteria: ViewSection.FullString section.delegate: GroupHeader { width: parent.width -- cgit v1.2.3