~dpm/ubuntu-rssreader-app/enable-translations

« back to all changes in this revision

Viewing changes to article_items/ArticleOneImgA.qml

  • Committer: Tarmac
  • Author(s): Dariusz Gadomski
  • Date: 2013-09-04 01:48:56 UTC
  • mfrom: (56.1.1 trunk)
  • Revision ID: tarmac-20130904014856-xw76jp6kf3y27kz5
Adjusted formatRelativeTime to handle date expressed as seconds.

Approved by Ubuntu Phone Apps Jenkins Bot, Joey Chan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
            Label
49
49
            {
50
50
                id: label_time
51
 
                text: DateUtils.formatRelativeTime(i18n, rss_item.pubdate)
 
51
                text: DateUtils.formatRelativeTime(i18n, DateUtils.parseDate(rss_item.pubdate))
52
52
                fontSize: "x-small"
53
53
                width: parent.width
54
54
                wrapMode: Text.WrapAtWordBoundaryOrAnywhere