Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add Copyright Code
02-15-2020, 01:45 PM
Post: #1
Add Copyright Code
Here's what I use. I put this at the bottom of most of my pages. This particular script keeps changing the copyright date to the current year, automatically. So you never have to touch this code script again.

<script type="text/javascript">
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright © 2020-"+ update + " All rights reserved.");
</script>

When this code is installed on your pages, next year the date will automatically change to 2021. And so on, each year.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)