IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

date QML Value Type

a date value.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Detailed Description

The date type refers to a date value, including the time of the day.

To create a date value, specify it as a "YYYY-MM-DD" string:

 
Sélectionnez
MyDatePicker { minDate: "2000-01-01"; maxDate: "2020-12-31" }

To read a date value returned from a C++ extension class, use Qt.formatDate() and Qt.formatDateTime().

When integrating with C++, note that any QDate or QDateTime value passed into QML from C++ is automatically converted into a date value, and vice-versa.

This basic type is provided by the QML language. It can be implicitly converted to a Date object.

See Also

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+