Chan_Un Posted October 8, 2004 Share Posted October 8, 2004 I don't know how to display the current time in Java, anyone has any idea? :( Link to comment Share on other sites More sharing options...
0 Winston Posted October 8, 2004 Share Posted October 8, 2004 The API is your friend http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Date.html Create a new Date object and call the .toString method. Link to comment Share on other sites More sharing options...
Question
Chan_Un
I don't know how to display the current time in Java, anyone has any idea? :(
Link to comment
Share on other sites
1 answer to this question
Recommended Posts