Mercurial > hg > octave-lyh
diff scripts/time/date.m @ 3301:02866242d3ae
[project @ 1999-10-20 04:10:46 by jwe]
author | jwe |
---|---|
date | Wed, 20 Oct 1999 04:10:53 +0000 |
parents | e4f4b2d26ee9 |
children | f8dde1807dee |
line wrap: on
line diff
--- a/scripts/time/date.m +++ b/scripts/time/date.m @@ -17,9 +17,18 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -## usage: date () -## -## Return current date in a string, in the form `18-Jul-94'. +## -*- texinfo -*- +## @deftypefn {Function File} {} date () +## Return the date as a character string in the form DD-MMM-YY. For +## example, +## +## @example +## @group +## date () +## @result{} "20-Aug-93" +## @end group +## @end example +## @end deftypefn ## Author: jwe