comparison src/DLD-FUNCTIONS/time.cc @ 5020:a6d935b36b7f

[project @ 2004-09-22 12:38:10 by jwe]
author jwe
date Wed, 22 Sep 2004 12:38:10 +0000
parents bdbee5282954
children 7c3b22bafedc
comparison
equal deleted inserted replaced
5019:3f89170d1247 5020:a6d935b36b7f
226 copied as normal characters. All other characters are copied to the\n\ 226 copied as normal characters. All other characters are copied to the\n\
227 output without change. For example,\n\ 227 output without change. For example,\n\
228 \n\ 228 \n\
229 @example\n\ 229 @example\n\
230 @group\n\ 230 @group\n\
231 strftime (\"%r (%Z) %A %e %B %Y\", localtime (time ()) )\n\ 231 strftime (\"%r (%Z) %A %e %B %Y\", localtime (time ()))\n\
232 @result{} \"01:15:06 AM (CST) Monday 17 February 1997\"\n\ 232 @result{} \"01:15:06 AM (CST) Monday 17 February 1997\"\n\
233 @end group\n\ 233 @end group\n\
234 @end example\n\ 234 @end example\n\
235 \n\ 235 \n\
236 Octave's @code{strftime} function supports a superset of the ANSI C\n\ 236 Octave's @code{strftime} function supports a superset of the ANSI C\n\