The current date/time can be obtained in QML using Javascript's date: var today = new Date() // contains current date and time QML provides the ...
確定! 回上一頁