
VMAX SYNCRO CLOCK

Applet tag code example 

<APPLET CODE=vmaxsynchroclock.class WIDTH=140 HEIGHT=44>
<PARAM NAME="TIMEZONE"       VALUE="420">
<PARAM NAME="DLSTSTART"      VALUE="Mar Last Sun 03:00">
<PARAM NAME="STANDARDSTART"  VALUE="Oct Last Sun 03:00">
<PARAM NAME="DLSTBIAS"       VALUE="-60">
<PARAM NAME="STANDARDNAME"   VALUE="GMT:+7:00">
<PARAM NAME="DLSTNAME"       VALUE="GMT:+6:00">
<PARAM NAME="BGCOLOR"        VALUE="c0c0c0">
<PARAM NAME="TEXTCOLOR"      VALUE="000000">
<PARAM NAME="FONT"           VALUE="dialog,1,10">
<PARAM NAME="AUTHOR"         VALUE="Virtual_Max (http://vmax.netfx.com)">
<PARAM NAME="KEY"            VALUE="Please, Register...">
<PARAM NAME="BORDER"         VALUE="4">
</APPLET>

Parameters 
 
TIMEZONE	Your standard timezone offset in minutes For example, for 
		GMT:-6:00 timezone use "-360"
 
DLSTSTART	DayLight time start date rule. (Transition date from Standard
		time to DLST time) 

                Applet parses string considering it have the following 
		format: "Mon DD modifier WDay HH:MM" Where Mon is three 
		letter Months abbreviations (obligatory) DD (optional) 
		transition day of the month Modifier (optional) keyword, one 
		of the following: first,second,third,fourth or last. 
                WDay (optional) 3 letters abbreviation of weekday. HH:MM is 
		transition time (obligatory) All above params are in terms 
		of server local standard time (not including DLST)

                Some examples: "May 1 02:00" transition at 02:00 of May,1 
                "Apr Last Sun 03:00 " transition at Last sunday of April at 
		03:00  "Oct First Sat 03:00" transition at first Saturday of
		October 
                    
 
STANDARDSTART	Standard Time start date, same syntax as above (Transition 
		date from  DLST time to Standard time) 
 
DLSTBIAS	DLST bias in minutes, most zimezones have it "-60", (one 
		hour ahead)
 
STANDARDNAME	Optional string to be shown to indicate standard time
 
DLSTNAME	Optional string to be shown to indicate DLST time
 
BGCOLOR		Background color in hexadecimal RRGGBB format, same as html 
		colors are, but without # radix symbol
 
TEXTCOLOR	Text Color, same format as BGCOLOR
 
FONT		Optional font settings, includes FontName , FontSyle and 
		FontSize separated by comma. FontName can be ONLY one of the
		following platform independent fonts supported by Java dialog  
                Helvetica,  inputDialog, Courier, TimesRoman. Keep in mind 
		that font names are case sensitive. Fontstyle: 0-plain, 
		1-bold, 2-italic, 3-bold Italic FontSize any positive integer 
                    
 
BORDER		Width of the border around clock. If border value equal to 
		0, no border will be drawn
 
AUTHOR		Obligatory parameter, should be "Virtual_Max (http://come.to
		/vmax)" don't alter it's value
 
KEY		"Free Version" value will add link back to my site, (when 
		mouse over applet and for 5 secs after start). If you want 
		to get rid out of it you please, register the applet, valid
                key would completly remove this 'features' of free version


Additional Notes 
1. As font rendering can be slightly different on different platforms/
browsers width of the string can vary, it's good practise to have the over 
all applet width slighly more, then you can consider it's requirements. 
  