[SOLVED] getting today name in Qml
-
i want to get the name of the current week day and also the next 4 days
i created an object of Date() in javascript but there are no function such getDay() which i need to do that.
any ideas? -
Hi,
Yes the getDay() function exists in QML. Try it. It doesn't show up in Qt Creator's autocomplete though, for some reason...
-
thank you, i'm not so familiar with [removed])