|
The applet below is called DateTime and it interactively shows some of the arguments the StringDateTime class accepts for formatting date and time.
The DateTime applet uses a number of on-screen controls to set most of the arguments for StringDateTime, and the result is immediately visible in the colored panel below the controls.
Go ahead and click around, and see what happens!
The applet uses a separate thread to keep the clock 'ticking', even while you change the parameters.
Its main purpose is to show the effect of the various parameters accepted by the StringDateTime class, which is also used by the more
useful Dateapplet applet shown below
|