> java.util.Date is immutable, by the way. ??? val date = new java.util.Date // date: java.util.Date = Thu Jan 13 17:17:43 CET 2011
date.setYear(2000) // date: java.util.Date = Sat Jan 13 17:17:43 CET 3900 Not really, isn't it? Bye, Steve -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
