diff scripts/time/datestr.m @ 6555:69e864d21c11

[project @ 2007-04-20 18:16:08 by jwe]
author jwe
date Fri, 20 Apr 2007 18:16:08 +0000
parents 34f96dd5441b
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/time/datestr.m	Fri Apr 20 17:16:50 2007 +0000
+++ b/scripts/time/datestr.m	Fri Apr 20 18:16:08 2007 +0000
@@ -21,8 +21,8 @@
 ## @deftypefn {Function File} {@var{str} =} datestr (@var{date}, [@var{f}, [@var{p}]])
 ## Format the given date/time according to the format @code{f} and return
 ## the result in @var{str}. @var{date} is a serial date number (see
-## @code{datenum}) or a date vector (see @code{datevec}). For compatibility
-## with Matlab, @var{date} may also be a string or cell array of strings.
+## @code{datenum}) or a date vector (see @code{datevec}).  The value of
+## @var{date} may also be a string or cell array of strings.
 ##
 ## @var{f} can be an integer which corresponds to one of the codes in
 ## the table below, or a date format string.