What are the differences between Joda LocalDate and java.util's Date?
问题 I was just wondering what the differences between Joda's LocalDate class and java.util's Date class were. Also, are there any advantages in using one over the other? 回答1: I think the Joda Time Website explains it all very well. Joda-Time has been created to radically change date and time handling in Java. The JDK classes Date and Calendar are very badly designed, have had numerous bugs and have odd performance effects. Here are some of our reasons for developing and using Joda-Time: Easy to