Skip to content

Instantly share code, notes, and snippets.

@marocas
Last active June 8, 2018 16:05
Show Gist options
  • Select an option

  • Save marocas/bcf5873157c16fe40d59f43fe33e9db6 to your computer and use it in GitHub Desktop.

Select an option

Save marocas/bcf5873157c16fe40d59f43fe33e9db6 to your computer and use it in GitHub Desktop.
get current year
$('.spanYear').html(new Date().getFullYear());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment