Skip to content

Instantly share code, notes, and snippets.

@CapWebSolutions
Created February 20, 2020 17:44
Show Gist options
  • Save CapWebSolutions/782a178f230fdb4880c911378f686e64 to your computer and use it in GitHub Desktop.
Save CapWebSolutions/782a178f230fdb4880c911378f686e64 to your computer and use it in GitHub Desktop.
Write out curent year in HTML page
<script>document.write( new Date().getFullYear() );</script>
@CapWebSolutions
Copy link
Author

Drop this into theme footer meta box when php not permitted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment