sunlabs.brazil.util
Class ClockScan
java.lang.Object
|
+--sunlabs.brazil.util.ClockScan
- public class ClockScan
- extends Object
This class implements time and date scanning.
It was adapted from the TCL implementation found in JACL.
Field Summary |
static boolean |
debug
|
debug
public static boolean debug
ClockScan
public ClockScan()
GetDate
public static Date GetDate(String dateString,
Date baseDate,
String zone)
- Scan a human readable date string and construct a Date.
Results:
The scanned date (or null, if an error occured).
main
public static void main(String[] args)
throws Exception
Exception