If you can tell us what kind of problems you're having, we can probably try to help you some more. For example, if you're getting a compiler error, post it - we can probably tell right away what's happening.
Be sure to check out the
API for java.util.Date as there's lots of great information about it there.
As Thomas Paul alluded to in the previous post, Java is case-sensitive. There is no such class as java.util.
date, but there is a java.util.
Date. Make sure that the case is correct.
I hope that helps,
Corey
[ March 27, 2002: Message edited by: Corey McGlone ]