SkillAgentSearch skills...

DateSelector

DateSelector. date select by qml

Install / Use

/learn @qyvlik/DateSelector
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks2

Languages

QML

Security Score

75/100

Audited on Feb 21, 2025

No findings