class: AbstractTime
authorClaus Gittinger <cg@exept.de>
Mon, 08 Dec 2014 17:38:08 +0100
changeset 17195 8c13747ba36d
parent 17194 73fb6e2decad
child 17196 c15e6ad5fcba
class: AbstractTime comment/format in: #addPrintBindingsTo:language:
AbstractTime.st
--- a/AbstractTime.st	Mon Dec 08 17:37:06 2014 +0100
+++ b/AbstractTime.st	Mon Dec 08 17:38:08 2014 +0100
@@ -1204,6 +1204,9 @@
         %(weekDayNth)   - counting day-in-week (1->'st'; 2->'nd'; 3->'rd'; 4...->'th')      
         %(weekNth)      - counting week-in-year (1->'st'; 2->'nd'; 3->'rd'; 4...->'th')
 
+        %(yearRoman)    - year, in roman letters                    
+        %(monthRoman)   - month, in roman letters                    
+
 
      The ISO8601 printString are generated with:
 
@@ -1434,10 +1437,10 @@
 !AbstractTime class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.89 2014-11-27 10:04:50 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.90 2014-12-08 16:38:08 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.89 2014-11-27 10:04:50 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.90 2014-12-08 16:38:08 cg Exp $'
 ! !