All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.util.Date
java.lang.Object
|
+----org.w3c.css.util.Date
- public class Date
- extends Object
-
days
-
-
months
-
-
Date()
- Create a new Date
-
getDate()
- Give the Date in HTTP/1.1 preferred format
-
getLogDate()
-
-
toString()
- Returns a string representation of the object.
days
protected static String days[]
months
protected static String months[]
Date
public Date()
- Create a new Date
getDate
public synchronized String getDate()
- Give the Date in HTTP/1.1 preferred format
- Returns:
- A String giving the date in the right format
getLogDate
public synchronized String getLogDate()
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index