I want to calculate the difference between two date/time in java using Date and Calendar classes. The format that I have is \"2012-01-24 12:30:00 PM\".
I have implem
Don't build it yourself, use an established library. Jodatime is used widely.