diff scripts/time/date.m @ 3191:e4f4b2d26ee9

[project @ 1998-10-23 05:43:59 by jwe]
author jwe
date Fri, 23 Oct 1998 05:44:01 +0000
parents 8b262e771614
children 02866242d3ae
line wrap: on
line diff
--- a/scripts/time/date.m
+++ b/scripts/time/date.m
@@ -25,6 +25,6 @@
 
 function retval = date ()
 
-  retval = strftime ("%d-%b-%y", localtime (time ()));
+  retval = strftime ("%d-%b-%Y", localtime (time ()));
 
 endfunction