aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/assignDate.3.qml
blob: 32b88d0183a08943ed1aa0f24b1a14c06e6c03c4 (plain)
1
2
3
4
5
6
import Qt.test 1.0

MyTypeObject {
    dateProperty: if(1) "1982-11-25Z"
    dateTimeProperty: if(1) "2009-05-12T13:22:01Z"
}