Skip to content

Instantly share code, notes, and snippets.

@nocubicles
Created April 7, 2015 06:20
Show Gist options
  • Select an option

  • Save nocubicles/49c2096d79e7c5562961 to your computer and use it in GitHub Desktop.

Select an option

Save nocubicles/49c2096d79e7c5562961 to your computer and use it in GitHub Desktop.
Template.productList.rendered = function () {
$('#clock').countdown("2020/10/10", function(event) {
var totalHours = event.offset.totalDays * 24 + event.offset.hours;
$(this).html(event.strftime(totalHours + ' hr %M min %S sec'));
})
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment