Date.st
changeset 7651 e128b10201fb
parent 7650 11ef2ccbfb2e
child 7673 1e802ebb66ea
--- a/Date.st	Thu Oct 09 21:53:44 2003 +0200
+++ b/Date.st	Thu Oct 09 21:54:18 2003 +0200
@@ -282,6 +282,7 @@
          2   month position (1..3)
          3   year position (1..3)
      or a formatString (see printing instance protocol).
+     For now, only %d, %m and %y are supported in the formatString.
      TODO: make this a general feature of all DateAndTime classes.
     "
 
@@ -2050,7 +2051,7 @@
 !Date class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Date.st,v 1.78 2003-10-09 19:53:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Date.st,v 1.79 2003-10-09 19:54:18 cg Exp $'
 ! !
 
 Date initialize!