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

Constructor Index

 o FileDate()

Method Index

 o toFileString()
This method returns the date in a format suitable for using in file names.

Constructors

 o FileDate
  public FileDate()

Methods

 o 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