Digital Clock


Html

JavaScript
/* Options */
var options = {
  // Digital number color.
  numberColor: '#17a2b9',
  // Background dash color.
  dashColor: '#E0E0E0',
  // Hour offset.
  hourOffset: 0
};

/* Constructor */
var digitalClock = new zeu.DigitalClock('digital-clock', options);

More examples

Set hour offset +5 to reflect timezone change.