Time.st
changeset 16949 25f4ab2115b8
parent 16940 38fa652b86a8
child 16981 786f8b3f95bb
equal deleted inserted replaced
16948:45832ec999e2 16949:25f4ab2115b8
   345 !
   345 !
   346 
   346 
   347 formatStringWithMilliseconds12us
   347 formatStringWithMilliseconds12us
   348     "return the format string used to format US times (and other areas)"
   348     "return the format string used to format US times (and other areas)"
   349 
   349 
   350     ^ '%u:%m:%s.i %A'
   350     ^ '%u:%m:%s.%i %A'
   351 !
   351 !
   352 
   352 
   353 formatStringWithMilliseconds24
   353 formatStringWithMilliseconds24
   354     "return the format string used to format non US times"
   354     "return the format string used to format non US times"
   355 
   355 
   897 ! !
   897 ! !
   898 
   898 
   899 !Time class methodsFor:'documentation'!
   899 !Time class methodsFor:'documentation'!
   900 
   900 
   901 version
   901 version
   902     ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.95 2014-11-06 16:50:41 cg Exp $'
   902     ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.96 2014-11-06 21:57:25 cg Exp $'
   903 !
   903 !
   904 
   904 
   905 version_CVS
   905 version_CVS
   906     ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.95 2014-11-06 16:50:41 cg Exp $'
   906     ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.96 2014-11-06 21:57:25 cg Exp $'
   907 ! !
   907 ! !
   908 
   908