but using this i can only compre strings but cant find the difference..
for this i think i need to parse it and convert into interger and then find difference.. can you pls suggest how should i do it?
vishwanath nadimpally
Ranch Hand
Joined: Jan 25, 2005
Posts: 116
posted
0
One way to do this would be to use substring() method and get the 'year', 'month' and 'day' parts of both the dates and then manually calculate the difference.