aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2017-08-09 17:52:01 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2017-08-15 08:27:05 +0000
commit6034d89bdd907d4795c19e8ac752f4eb51c82a94 (patch)
treeb2f0456530a98129ceba8ad1241085d23b9d066d /src
parent684b0e6609387bdfbf99f24fb0e18a8bbab02bcb (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 <lars.knoll@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/qml/qml/v8/qqmlbuiltinfunctions.cpp2
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