qyvlik / DateSelector

DateSelector. date select by qml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DateSelector

DateSelector and DateTumbler.


win7


Android 4

How to uss

DateSelector{
    startYear: 2000    // set the start year
    endYear: 2016      // set the end year
    onDateChanged:{
        console.log(date);
    }
}
DateTumbler{
    startYear: 2000    // set the start year
    endYear: 2016      // set the end year
    onDateChanged:{
        console.log(date);
    }
}

property

date date read only

The date property hold that what date you select from the DateSelector. It's a JS's Date object.

About

DateSelector. date select by qml

License:GNU General Public License v2.0


Languages

Language:QML 100.0%