Uses of Class
com.javaranch.common.GDate

Packages that use GDate
com.javaranch.common   
 

Uses of GDate in com.javaranch.common
 

Subclasses of GDate in com.javaranch.common
 class ADate
          Gregorian Date, american format (MM/DD/YYYY).
 

Methods in com.javaranch.common that return GDate
 GDate JDate.getGDate()
          Convert to a GDate object.
static GDate GDate.getToday(java.util.TimeZone timeZone)
           
 GDate DateField.getGDate()
          Returns the inner date copy.
 

Methods in com.javaranch.common with parameters of type GDate
static boolean JDate.isValid(GDate date)
          Report if the given date is valid or not.
 void JDate.set(GDate g)
          Set this object to be equal to a GDate object.
static java.lang.String GDate.toString(GDate g)
          Returns a date formatted like "2000/7/24".
static java.lang.String ADate.toString(GDate g)
          Returns a date formatted like "7/24/2000".
 

Constructors in com.javaranch.common with parameters of type GDate
JDate(GDate g)
          Create a new JDate object equal to a GDate object.
GDate(GDate d)
          Create a Gregorian Date object from another Gregorian Date object (GDate or ADate).
DateField(GDate date)
           
ADate(GDate d)
          Create a Gregorian Date object from another Gregorian Date object (GDate or ADate).
 



Copyright ©2004 Paul Wheaton All Rights Reserved