Compare dates for equality but ignore time
843785Dec 1 2008 — edited Dec 1 2008I have 2 Calendar objects and I want to compare them by dates only. I don't care about time.
The equal() and compareto() methods take time into consideration which is not what I want.
I want to see if one date is equal to the other or not. That's all
Thanks