aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/negativeyear.qml
blob: 11defbe914c63b66e062db6dbcbdb551e51e61c2 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0
import Qt.test 1.0

Item {
    function check_negative() {
        return "result: " + new Date(-2000, 0, 1);
    }
}