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 Details

    • debug

      public static boolean debug
  • Constructor Details

    • ClockScan

      public ClockScan()
  • Method Details

    • 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
      Throws:
      Exception