All Packages Class Hierarchy This Package Previous Next Index
Class w3c.tools.util.IsoDate
java.lang.Object
|
+----w3c.tools.util.IsoDate
- public class IsoDate
- extends Object
A Class for constructing dates conforming to the ISO 8601 standard.
-
IsoDate()
- Creates a new IsoDate for the current time.
-
main(String[])
-
-
toString()
-
Return the IsoDate as a String.
IsoDate
public IsoDate()
- Creates a new IsoDate for the current time.
toString
public String toString()
- Return the IsoDate as a String.
- Returns:
- A String with the IsoDate.
- Overrides:
- toString in class Object
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index