Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.2
Description
th-TH locale, still shows Gregorian year 2022 though it should show Buddhist calendar. and the The Buddhist year 2565
import QtQuick 2.15 import QtQuick.Window 2.15 import QtQuick.Controls 1.2 Window { width: 640 height: 480 visible: true property var locale: Qt.locale("th_TH") Label { id: date text: { "DATE: \n" + "Locale.ShortFormat:\t" + new Date().toLocaleDateString(locale, Locale.ShortFormat) + "\n" } anchors.top : parent } }
Attachments
Issue Links
- depends on
-
QTBUG-56923 V4's Date claims to extend toLocale*String() in ways expressly forbidden by ECMA-262
- Open
- relates to
-
QTBUG-56835 Extend V4 to support ECMA-402's internationalization APIs for JavaScript
- Reported
-
QTBUG-89824 Add support for Chinese Calendar System
- Reported
-
QTBUG-105506 Inconsistent mix of numerals in calendar with Arabic
- Closed