You can show analog clock.

demo

demo1


demo2

synopsis

html


<div id="clock1"></div>

javascript


    $("#clock1").analogclock({size: [150, 150]});

options

sizeblock size [width, height]
background_colorrect background color
frame_fill_colorclock backbord color
frame_colorclock frame color
frame_widthclock frame width
zone_fill_colorzone backbord color
zone_rangeszone range list. range begin and end point by minutes.
minute_colorminute hand color
minute_widthminute hand width
minute_shapeminute hand shape. set with rerative scale(radius=1.0).
hour_colorhour hand color
hour_widthhour hand width
hour_shapehour hand shape. set with rerative scale(radius=1.0).
dot_colorminute mark color
dot_widthminute mark width
dot_shapeminute mark shape. set with rerative scale(radius=1.0).
dot_minuteswhere put dot. point by minutes.

methods

create.analogclock('create', options)setup clock
update.analogclock('update', hour, minute)set time

version 0.4 (2013/07/03)

version 0.3 (2013/06/28)

version 0.2 (2013/06/27)