Skip to content

Instantly share code, notes, and snippets.

@tomdurkin
Created January 7, 2016 23:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomdurkin/fd5c00b1ad5fa0e6eabc to your computer and use it in GitHub Desktop.
Save tomdurkin/fd5c00b1ad5fa0e6eabc to your computer and use it in GitHub Desktop.
Show current year in webpage
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
// wordpress
<?php echo date("Y"); ?>
// More examples
http://updateyourfooter.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment