| 
 |   | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--sunlabs.brazil.util.ClockScan
This class implements time and date scanning. It was adapted from the TCL implementation found in JACL.
| Field Summary | |
| static boolean | debug | 
| Constructor Summary | |
| ClockScan() | |
| Method Summary | |
| static Date | GetDate(String dateString,
        Date baseDate,
        String zone)Scan a human readable date string and construct a Date. | 
| static void | main(String[] args) | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static boolean debug
| Constructor Detail | 
public ClockScan()
| Method Detail | 
public static Date GetDate(String dateString,
                           Date baseDate,
                           String zone)
Results: The scanned date (or null, if an error occured).
public static void main(String[] args)
                 throws Exception
Exception| 
 | Version 2.1, Generated 12/30/04 Copyright (c) 2001-2004, Sun Microsystems. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||