Advertisement

09.21.2001 at 05:13PM PDT, ID: 20186185
[x]
Attachment Details

compare date in java??

Asked by boyyle in Java Programming Language

Tags: java, date, compare

i have some problems on how to compare the DATE.

for example,i use the below code to get the today DATE.

java.util.Date today = new java.util.Date();
SimpleDateFormat datestr = new SimpleDateFormat("yyyy-MM-dd");
String today_date = datestr.format(today);

then,i have another DATE which is stored in the database.

lets say the DATE that i stored in datebase is database_date.

so now i would like to check whether database_date is 40 days older
than today_date?????

thans.


p/s: the date format in the database(PoINTBASE) is yyyy-mm-ddStart Free Trial
[+][-]09.21.2001 at 09:00PM PDT, ID: 6501707

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.22.2001 at 03:33AM PDT, ID: 6502006

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.22.2001 at 07:04PM PDT, ID: 6502833

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.23.2001 at 10:06PM PDT, ID: 6504600

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Java Programming Language
Tags: java, date, compare
Sign Up Now!
Solution Provided By: YSaadat
Participating Experts: 5
Solution Grade: A
 
 
[+][-]09.23.2001 at 11:41PM PDT, ID: 6504721

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.18.2002 at 01:38PM PDT, ID: 7018679

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.11.2002 at 06:18PM PDT, ID: 7071664

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32