Class PresentTime
java.lang.Object
|
+----PresentTime
- public class PresentTime
- extends Object
Class to generate the present time on the machine.
The use of this class is in making time stamps in various
log files. The method gettime() returns a String which
contains the present time in `dd/mm/yy hr:min` format
-
PresentTime()
-
-
gettime()
-
PresentTime
public PresentTime()
gettime
public String gettime()