All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.parser.IsoDate

java.lang.Object
   |
   +----w3c.pics.parser.IsoDate

public class IsoDate
extends Object
A Class for constructing dates conforming to the ISO 8601 standard.


Constructor Index

 o IsoDate()
Creates a new IsoDate for the current time.

Method Index

 o main(String[])
 o toRuleString()
Return the IsoDate as a String, using "-" instead of "." (Suitable for A PICSRules rule.)
 o toString()
Return the IsoDate as a String.

Constructors

 o IsoDate
 public IsoDate()
Creates a new IsoDate for the current time.

Methods

 o toString
 public String toString()
Return the IsoDate as a String.

Returns:
A String with the IsoDate.
Overrides:
toString in class Object
 o toRuleString
 public String toRuleString()
Return the IsoDate as a String, using "-" instead of "." (Suitable for A PICSRules rule.)

Returns:
A String with the IsoDate.
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index