Is there a Java equivalent of DateTime.MinValue and DateTime.Today in the Java Date class? Or a way of achieving something similar?
I\'ve realised how spoilt you are
Most date manipulation should be done using the Calendar object now.
http://download.oracle.com/javase/6/docs/api/java/util/Calendar.html