Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can i do this in Qml?
QDateTime::fromMSecsSinceEpoch(timeStamp).toString("h:mm:ss:zz");
Hi,
Do you mean something like var date = new Date(milliseconds); ?
var date = new Date(milliseconds);
In QML to get epochTime you can use, new Date().getTime().valueOf()