AbstractTime.st
changeset 17195 8c13747ba36d
parent 17140 9369deba01dc
child 17400 2aad82c1d66c
--- 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 $'
 ! !