From a7803f9dafcc2745db67bd9580050da79271bab2 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 25 Oct 2003 17:38:18 +0000 Subject: 19202: Doc/Makefile.in, Doc/Zsh/mod_datetime.yo: rudimentary documentation for zsh/datetime module. --- Doc/Zsh/mod_datetime.yo | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Doc/Zsh/mod_datetime.yo (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/mod_datetime.yo b/Doc/Zsh/mod_datetime.yo new file mode 100644 index 000000000..cf5ca4379 --- /dev/null +++ b/Doc/Zsh/mod_datetime.yo @@ -0,0 +1,23 @@ +COMMENT(!MOD!zsh/datetime +Some date/time commands and parameters. +!MOD!) +The tt(zsh/datetime) module makes available one builtin command: + +startitem() +findex(strftime) +cindex(date string, printing) +item(tt(strftime) var(format) var(epochtime) )( +Output the date denoted by var(epochtime) in the var(format) +specified. +) +enditem() + +The tt(zsh/datetime) module makes available one parameter: + +startitem() +vindex(EPOCHSECONDS) +item(tt(EPOCHSECONDS))( +An integer value representing the number of seconds since the +epoch. +) +enditem() -- cgit 1.4.1