Date.st
changeset 7648 61b7826a9a0e
parent 7646 94ae479eedbb
child 7649 1e907123a5c2
equal deleted inserted replaced
7647:523e51b55ef6 7648:61b7826a9a0e
   402     "Modified: 19.4.1996 / 15:28:15 / cg"
   402     "Modified: 19.4.1996 / 15:28:15 / cg"
   403 ! !
   403 ! !
   404 
   404 
   405 !Date class methodsFor:'Compatibility-ST80'!
   405 !Date class methodsFor:'Compatibility-ST80'!
   406 
   406 
   407 newDay:day monthNumber:monthIndex year:year.
   407 newDay:day monthNumber:monthIndex year:year
   408     "ST80 compatibility"
   408     "ST80 compatibility"
   409 
   409 
   410     ^ self newDay:day month:monthIndex year:year
   410     ^ self newDay:day month:monthIndex year:year
   411 ! !
   411 ! !
   412 
   412 
  1999 
  1999 
  2000 
  2000 
  2001 !Date class methodsFor:'documentation'!
  2001 !Date class methodsFor:'documentation'!
  2002 
  2002 
  2003 version
  2003 version
  2004     ^ '$Header: /cvs/stx/stx/libbasic/Date.st,v 1.75 2003-10-09 15:35:14 cg Exp $'
  2004     ^ '$Header: /cvs/stx/stx/libbasic/Date.st,v 1.76 2003-10-09 16:09:39 cg Exp $'
  2005 ! !
  2005 ! !
  2006 
  2006 
  2007 Date initialize!
  2007 Date initialize!