AbstractTime.st
changeset 17195 8c13747ba36d
parent 17140 9369deba01dc
child 17400 2aad82c1d66c
equal deleted inserted replaced
17194:73fb6e2decad 17195:8c13747ba36d
  1201         %(SHORTMONTHNAME) - short (abbreviated) month name, all uppercase       
  1201         %(SHORTMONTHNAME) - short (abbreviated) month name, all uppercase       
  1202 
  1202 
  1203         %(nth)          - counting day-in-month (1->'st'; 2->'nd'; 3->'rd'; 4...->'th')      
  1203         %(nth)          - counting day-in-month (1->'st'; 2->'nd'; 3->'rd'; 4...->'th')      
  1204         %(weekDayNth)   - counting day-in-week (1->'st'; 2->'nd'; 3->'rd'; 4...->'th')      
  1204         %(weekDayNth)   - counting day-in-week (1->'st'; 2->'nd'; 3->'rd'; 4...->'th')      
  1205         %(weekNth)      - counting week-in-year (1->'st'; 2->'nd'; 3->'rd'; 4...->'th')
  1205         %(weekNth)      - counting week-in-year (1->'st'; 2->'nd'; 3->'rd'; 4...->'th')
       
  1206 
       
  1207         %(yearRoman)    - year, in roman letters                    
       
  1208         %(monthRoman)   - month, in roman letters                    
  1206 
  1209 
  1207 
  1210 
  1208      The ISO8601 printString are generated with:
  1211      The ISO8601 printString are generated with:
  1209 
  1212 
  1210        Year:
  1213        Year:
  1432 ! !
  1435 ! !
  1433 
  1436 
  1434 !AbstractTime class methodsFor:'documentation'!
  1437 !AbstractTime class methodsFor:'documentation'!
  1435 
  1438 
  1436 version
  1439 version
  1437     ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.89 2014-11-27 10:04:50 stefan Exp $'
  1440     ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.90 2014-12-08 16:38:08 cg Exp $'
  1438 !
  1441 !
  1439 
  1442 
  1440 version_CVS
  1443 version_CVS
  1441     ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.89 2014-11-27 10:04:50 stefan Exp $'
  1444     ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.90 2014-12-08 16:38:08 cg Exp $'
  1442 ! !
  1445 ! !
  1443 
  1446