aspose file tools
The moose likes Beginning Java and the fly likes Date Comparisons Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Date Comparisons" Watch "Date Comparisons" New topic
Author

Date Comparisons

Krishnareddy Yeruva
Ranch Hand

Joined: Sep 17, 2008
Posts: 40
Hi,
I want to compare two dates like greaterthanorequalto and lessthanorequalto?
We can do greaterthan or lessthan by using before() or after() methods.
But I want to compare like greaterthanorequalto and lessthanorequalto?
Can anyone suggest me how I can do that Please?

Thanks In Advance


Thanks & Regards
KITTU
James Sabre
Ranch Hand

Joined: Sep 07, 2004
Posts: 781


or maybe

Do these give you any ideas?


Retired horse trader.
 Note: double-underline links may be advertisements automatically added by this site and are probably not endorsed by me.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Date Comparisons
 
Similar Threads
Weeks comparison
how to compare two stateful objects
which java Collection is suitable to store a big Files(Directory) ?
integer verifier
Compare different objects Java