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.
   
  -   IsoDate() IsoDate()
-   Creates a new IsoDate for the current time.
   
  -   main(String[]) main(String[])
-  
  
-   toRuleString() toRuleString()
-   Return the IsoDate as a String, using "-" instead of "." (Suitable for 
 A PICSRules rule.)
 
  
-   toString() toString()
-  
 Return the IsoDate as a String.
   
 IsoDate
IsoDate
 public IsoDate()
  -  Creates a new IsoDate for the current time.
 
   
 toString
toString
 public String toString()
  -  Return the IsoDate as a String.
   
- 
    -  Returns:
    
-  A String with the IsoDate.
    
-  Overrides:
    
-  toString in class Object
  
 
 toRuleString
toRuleString
 public String toRuleString()
  -  Return the IsoDate as a String, using "-" instead of "." (Suitable for 
 A PICSRules rule.)
   
- 
    -  Returns:
    
-  A String with the IsoDate.
  
 
 main
main
 public static void main(String args[])
All Packages  Class Hierarchy  This Package  Previous  Next  Index