aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript/lib.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-05-17 01:32:25 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-05-17 01:32:25 +0200
commit6c21cb7b669a6778e57f7043c15446a38a1fc614 (patch)
treed4df2d192ab5c6b6f8a4c4bd8e3e6b0b4b36d8b8 /doc/ref/javascript/lib.texi
parentTerminal reload events when jumping to today. (diff)
parentLong events now wholeday per default. (diff)
downloadcalp-6c21cb7b669a6778e57f7043c15446a38a1fc614.tar.gz
calp-6c21cb7b669a6778e57f7043c15446a38a1fc614.tar.xz
Merge branch 'jcal'
Diffstat (limited to 'doc/ref/javascript/lib.texi')
-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