Why is the Java date API (java.util.Date, .Calendar) such a mess?
Someone put it better than I could ever say it: Class Date represents a specific instant in time, with millisecond precision. The design of this class is a very bad joke – a sobering example of how even good programmers screw up. Most of the methods in Date are now deprecated, replaced by methods in … Read more