Skip to Content
0
Former Member
Sep 26, 2008 at 10:58 AM

how to get difference between todays date and the last longin date

66 Views

Hi ,

Plz help me to solve this problem -

My requirement -

1. I have to find the difference between a past date say d1 and today's date say d2.

2. If the difference between theses two dates is more than or equalto 6 months , then perform some logic .

Date Last = user.lastModified();

Date Current = new Date(System.currentTimeMillis());

int diff= Current.compareTo(Last);

How to proceed after this step .

I have done to this extent .

Please help me to get it resolved soon

Thanks in advance !!.