aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/javascript/date.qdoc
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2021-05-12 16:08:16 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2021-05-18 16:24:48 +0200
commitdaa085f10549554e73ae94f1bd93e2f32a51e6aa (patch)
tree5a419066867de9248feaeedc118acfc036989269 /src/qml/doc/src/javascript/date.qdoc
parent08d029d6d32850d9c1e850ec21e9d655b1f4e952 (diff)
Refer to ECMA TC 39's definitive documentation
It is a more appropriate reference for ECMAScript's specification than the one Mozilla provides for the benefit of its users. Change-Id: I8d87dfe4b28e8b2b919e151da04dd2b5f859da77 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/doc/src/javascript/date.qdoc')
-rw-r--r--src/qml/doc/src/javascript/date.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/javascript/date.qdoc b/src/qml/doc/src/javascript/date.qdoc
index 47d48914a8..132972176d 100644
--- a/src/qml/doc/src/javascript/date.qdoc
+++ b/src/qml/doc/src/javascript/date.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -31,7 +31,7 @@
\brief Provides date functions.
The QML Date object extends the
- \l{Mozilla Developer Network Date Reference}{JS Date object} with
+ \l{ECMAScript Specification of Date}{JS Date object} with
locale aware functions.
Functions that accept a \c format argument take either Locale.LongFormat,