|
2014-01-23
, 22:46
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#2
|
|
2014-01-24
, 15:09
|
Posts: 10 |
Thanked: 0 times |
Joined on Jan 2014
|
#3
|
Label { id: labelArt text: Qt.formatDateTime( new Date(model.date*1000),"dd.mm.YY - hh:mm" ) +" -- " }
|
2014-01-25
, 10:08
|
Posts: 10 |
Thanked: 0 times |
Joined on Jan 2014
|
#4
|
Qt.formatDateTime( new Date(model.date*1000),"dd.mm.YY - hh:mm" )
|
2014-01-25
, 10:10
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#5
|
|
2014-01-25
, 11:17
|
Posts: 10 |
Thanked: 0 times |
Joined on Jan 2014
|
#6
|
|
2014-01-25
, 11:33
|
Posts: 10 |
Thanked: 0 times |
Joined on Jan 2014
|
#7
|
|
2014-01-25
, 13:16
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#8
|
|
2014-01-25
, 15:44
|
Posts: 10 |
Thanked: 0 times |
Joined on Jan 2014
|
#9
|
|
2014-01-25
, 16:09
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#10
|
I am very new to Qt and just got stuck at a probably very simple problem. The XML file I got contains a date formatted as unix timestamp. How do I get this timestamp into a string?
This is XmlRole:
Thanks!
Last edited by No.User; 2014-01-25 at 10:08.