PeterV:
>Makes me realise the value of operator overloading in C++ - it is so much
>easier and intuitive for date calculations such as this....
No, that's more of an API problem. There could easily be a method
addDays(int num) which would be perfectly self-explanatory. On the
other hand, what would + mean? Add seconds, minutes, days, months?
Regards,
Marco
--
Please reply in the newsgroup, not by email!
Java programming tips:
http://jiu.sourceforge.net/javatips.html
Other Java pages:
http://www.geocities.com/marcoschmidt.geo/java.html