i'm using eclipse, coding a servlet.
at the top of the page I am importing like:
java.util.Date;
but eclipse shows as illegal (systax error or what):
Date wooyay = new Date();
why can it be?
the javadoc says it is legal?
http://java.sun.com/j2se/1.3/docs/ap...te.html#Date()
but "the constructor Date() is undefined"
![]()
![]()
![]()
![]()


Reply With Quote



Bookmarks