aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ref/javascript/lib.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ref/javascript/lib.texi b/doc/ref/javascript/lib.texi
index ec5d4450..8adb8621 100644
--- a/doc/ref/javascript/lib.texi
+++ b/doc/ref/javascript/lib.texi
@@ -102,6 +102,9 @@ Boolean indicating if the time component of the Date object should be disregarde
@defun parseDate str
Takes a string @var{str}, which should be in ISO-8601 date-format, and
returns a javascript Date object.
+Handles date-times, with and without seconds, trailing `Z' for
+time-zones, and dates without times.
+If no time is given the @code{dateonly} attribute is set to yes.
@end defun
@defun copyDate date