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

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