diff scripts/time/datenum.m @ 5973:3cbefe88edc6

[project @ 2006-08-26 03:12:04 by jwe]
author jwe
date Sat, 26 Aug 2006 03:12:45 +0000
parents a2902024bc4e
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/time/datenum.m
+++ b/scripts/time/datenum.m
@@ -73,8 +73,7 @@
     if (nargin < 2)
       M = [];
     endif
-    error ("string form of dates not yet supported");
-    ## [Y, M, D, h, m, s] = datevec (Y, M);
+    [Y, M, D, h, m, s] = datevec (Y, M);
   else
     if (nargin < 6) s = 0; endif
     if (nargin < 5) m = 0; endif