| Author |
To find date in while loop
|
Rajeev Ja
Ranch Hand
Joined: May 06, 2007
Posts: 38
|
|
Hi, I have the code below while(){ Date d1=sdf.parse(actualStartDate); Date d2=sdf.parse(actualFinishDate); } I will get many start and end dates in successive iterations for eg in first iteration i get actualFinishDate as 4 and in second iteration as 3 i want to print 4 which was overwritten by 3 can any one tell me code how to print 4 by comparing 4 and 3 in dates
|
 |
Manuel Leiria
Ranch Hand
Joined: Jul 13, 2007
Posts: 171
|
|
|
I don't understand your question. Can you please elaborate?
|
Manuel Leiria<br /> <br />--------------<br />Peace cannot be kept by force; it can only be achieved by understanding. <br /> Albert Einstein
|
 |
 |
|
|
subject: To find date in while loop
|
|
|