Skip to content

Instantly share code, notes, and snippets.

@iurevych
Created November 28, 2014 14:22
Show Gist options
  • Save iurevych/d84bc9136f95933f994f to your computer and use it in GitHub Desktop.
Save iurevych/d84bc9136f95933f994f to your computer and use it in GitHub Desktop.
$(".js-countdown").countdown({
until: "{{ friend_offer.valid_until_including_offset | format_date: "%s" }}",
labels: ["year", "month", "week", "days", "hours", "minutes", "seconds"],
layout: "Deal expires in {d<}{dn} {dl}, {d>} {hnn} {hl}, {mnn} {ml}, {snn} {sl}.",
onExpiry: hideCountdown
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment