Skip to content

Instantly share code, notes, and snippets.

@nicksatkovich
Last active December 11, 2015 11:48
Show Gist options
  • Select an option

  • Save nicksatkovich/4595864 to your computer and use it in GitHub Desktop.

Select an option

Save nicksatkovich/4595864 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(function () {
$('.countdown').countdown({until: new Date(2013, 2-1, 1)});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment