|
|
|
|
|
|
|
|
|
|
|
- Download the Java-jar here
- Put the jar in your website directory
- Put this code in your webpage:
<applet code="WorldClock.class" width="200"
height="200" archive="clocks.jar">
<param name="bgcolor" value="FFFFFF"/>
<param name="timezone" value="GMT-07"/>
<param name="clocktype" value="tula"/>
<param name="clocksize" value="large"/>
</applet>
- Now customize the parameters:
bgcolor: any hexadecimal rgb color you like
timezone: can be a timezone in GMT+xx format (see http://wwp.greenwichmeantime.com/) or the format presented in the dropdown in this page.
clocktype: can be globe, leaf, tula, istanbul, newyork, papua, stone, celtic, sheep, shells, flowers
- Put a link to http://www.world-time-zones.net on your site
- Done!
|
|
|
|
|
|
|
|