jclock examples
default 24-hour clock (localtime)
default 24-hour clock (utc)
12-hour clock (localtime/format: '%I:%M:%S')
12-hour clock, single digit hour (localtime/format: '%l:%M:%S')
12-hour clock with am/pm (localtime/format: '%I:%M:%S %p')
clocks with dates
clock with only hours/minutes (format: '%H:%M')
multiple clocks using different time zone offsets
12-hour clock with am/pm and style options (localtime/format: '%I:%M:%S %p')
styled clocks (first clock uses jquery.corner.js)
clock using seedTime
using HTML5 data- attributes to specify jClock function options.