diff -r 73fb6e2decad -r 8c13747ba36d 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 $' ! !