| Description: The SwatchITime applet displays current time using Internet
Time - a new international timeformat invented by Swatch. The SwatchITime applet
automatically updates every second (or in userdefined intervals) to symbolize a running
clock. Furthermore, you'll be able to use it as a standard 'local time' clock. You're able
to switch mode by clicking on it.
Available parameters:
| parameter |
description |
example |
| font |
Name of font |
arial |
| size |
Size of font |
9 |
| color |
Color of text |
#000000 |
| image |
Path to imagefile |
../images/bottombar.gif |
| localtime |
Starts clock in localtime (default is Internet Time). |
n/a |
| interval |
Number of milliseconds to wait between each update. |
1000 |
Examples:
<applet code="SwatchITime.class"
width="112"
height="17">
<param name="font" value="Arial">
<param name="size" value="9">
<param name="image" value="../images/bottombar.gif">
<param name="color" value="#FFFFFF">
<param name="interval" value="1000">
</applet> |
|
<applet code="SwatchITime.class"
width="112"
height="17">
<param name="image" value="../images/bottombar.gif">
<param name="size" value="9">
<param name="color" value="#FF0000">
<param name="localtime">
</applet> |
|
Source Code:
Get it by clicking here. |