|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsunlabs.brazil.util.ClockScan (view source)
public class 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 Kenai-svn-r24, Generated 08/18/09 Copyright (c) 2001-2009, Sun Microsystems. |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |