TypeConverter.st
changeset 1697 3111ef381ed1
parent 1696 7dbac9fb8894
child 1786 3f1b68d26446
--- a/TypeConverter.st	Mon Feb 10 18:43:54 2003 +0100
+++ b/TypeConverter.st	Mon Feb 10 18:44:31 2003 +0100
@@ -457,7 +457,8 @@
 dateToTextFormattedBy: printFormat
     "setup the converter to convert from a string to a date formatted by printFormat
      and vice versa. Nil is converted to todays date-string,
-     likewise, an empty string is converted back to todays date."
+     likewise, an empty string is converted back to todays date.
+     Uses the old, obsolete ST80 printFormat (see Date printFormat:)"
 
     self
         getBlock:[:model |
@@ -1220,5 +1221,5 @@
 !TypeConverter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TypeConverter.st,v 1.41 2003-02-10 17:43:54 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TypeConverter.st,v 1.42 2003-02-10 17:44:31 penk Exp $'
 ! !