I want to compare the date part of two java.util.Date objects. How do I could achieve this. I am not looking to comparing the date, month and year separately.
Thanks in advance!
|
I want to compare the date part of two Thanks in advance! |
||||
|
|
A However, it would be nicer to use Joda Time to start with, and its |
|||||||||||||||
|
|
Use The answers to this duplicate question will be useful: Resetting the time part of a timestamp in Java |
||||
|
|
The commons-lang DateUtils provide a nice solution for this problem: With this you can compare two
In this example the value of |
||||
|