macowie / ichronoclast

Stupid simple javascript library to display the current, live date and time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ichronoclast

Stupid simple javascript library to display the current, live date and time

Usage

<div class="right-now">
  <span class="date-display"></span>
  <span class="time-display"></span>
</div>
var clock = new Ichronoclast('.date-display', '.time-display');

clock.stop();  // Stop the automatic refresh
clock.start(); // Starts it back up!

Settings

None... yet

License

See LICENSE

About

Stupid simple javascript library to display the current, live date and time

License:MIT License


Languages

Language:JavaScript 100.0%