diff options
author | Edward Welbourne <[email protected]> | 2017-08-09 17:52:01 +0200 |
---|---|---|
committer | Edward Welbourne <[email protected]> | 2017-08-15 08:27:05 +0000 |
commit | 6034d89bdd907d4795c19e8ac752f4eb51c82a94 (patch) | |
tree | b2f0456530a98129ceba8ad1241085d23b9d066d | |
parent | 684b0e6609387bdfbf99f24fb0e18a8bbab02bcb (diff) |
Mention the t (zone) format specifier for formatDateTime
It was missing from the QML doc for Qt.formatDateTime().
Change-Id: Ic496fe0a7508dca2534ba8d67f0e82305fb2e31b
Reviewed-by: Lars Knoll <[email protected]>
-rw-r--r-- | src/qml/qml/v8/qqmlbuiltinfunctions.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/v8/qqmlbuiltinfunctions.cpp b/src/qml/qml/v8/qqmlbuiltinfunctions.cpp index 8cc0b32168..64ab436363 100644 --- a/src/qml/qml/v8/qqmlbuiltinfunctions.cpp +++ b/src/qml/qml/v8/qqmlbuiltinfunctions.cpp @@ -851,6 +851,8 @@ In addition the following expressions can be used to specify the time: \li use AM/PM display. \e AP will be replaced by either "AM" or "PM". \row \li ap \li use am/pm display. \e ap will be replaced by either "am" or "pm". + \row \li t + \li include a time-zone indicator. \endtable All other input characters will be ignored. Any sequence of characters that |