What is the resolution of the date class. Is it diffrent for diffrent OSes? Do anybody know a link to a web site holding information on the date class, and informtion on more of the Java classes???
ØØ
Printable View
What is the resolution of the date class. Is it diffrent for diffrent OSes? Do anybody know a link to a web site holding information on the date class, and informtion on more of the Java classes???
ØØ
try the java api http://java.sun.com/j2se/1.4/docs/api/
and i think the date is under java.util.*
http://java.sun.com/j2se/1.4/docs/ap...util/Date.html
--770