I have a javascript Date object that I format with Qt.formatTime in my QML application like this:
Qt.formatTime(dateObject)
From the Qt documentation I was expecting this to be formatted according to the system locale, but instead it always appears on N9 as e.g. "09:58" (whereas I was expecting "9:58" or "09:58 AM" depending on the regional settings).
Does anybody know what is wrong?
Thanks in advance.

Reply With Quote
ateNone, MLocale::TimeShort);

