Skip to content

Instantly share code, notes, and snippets.

@jeremyfuksa
Created August 19, 2015 16:45
Show Gist options
  • Save jeremyfuksa/64066446f7b72e1f8ebf to your computer and use it in GitHub Desktop.
Save jeremyfuksa/64066446f7b72e1f8ebf to your computer and use it in GitHub Desktop.
function thisYear() {
var d = new Date();
var y = d.getFullYear();
return y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment