Class jif.util.FileDate
All Packages Class Hierarchy This Package Previous Next Index
Class jif.util.FileDate
java.lang.Object
|
+----java.util.Date
|
+----jif.util.FileDate
- public class FileDate
- extends Date
An extension of the default Java Date.
- See Also:
- Date
-
FileDate()
-
-
toFileString()
- This method returns the date in a format suitable for using in
file names.
FileDate
public FileDate()
toFileString
public String toFileString()
- This method returns the date in a format suitable for using in
file names. This format is YYMMDD, where YY is the year, MM is the
month, and DD is the day.
- See Also:
- toString
All Packages Class Hierarchy This Package Previous Next Index