UNPKG

bittrader

Version:

A simple and powerful bitcoin trader.

7 lines (6 loc) 147 B
$(document).ready(function () { function now() { $('#time').html(timeToDate(new Date().getTime(), true)); }; setInterval(now, 1000); });