import java.applet.*;
import java.awt.*;
import java.awt.image.*;
import java.util.Hashtable;
import java.util.*;
/*
Example of calling convention:
The default 24 hr format:
To display time in 12 hr format:
To display NewYork time:
12 or 24 hr format
(24 hr format - default)
(12 hr format)
the format for value is GMT+-hhmm, for example
(6 hours west of Greenwich meridian)
(4 hours, 30 minutes
west of Greenwich meridian)
(Greenwich)
(5 hours east of Greenwich meridian)
(show date with time)
(don't show date - default)
|