Hey all
There are lots of sites that use footers like this:
Copyright © 2012 - 2018 www.mywebsite.com
There is an easy way to have your site update the date each year without having to manually change them. Just add this code to your footer, and it’s done saving you at least 30 seconds each year. That’s… over 2 seconds per month!
Copy the code below to your clipboard, and paste into a HTML embed on your site footer, or wherever else you may like it.
Copyright © 2000<script>new Date().getFullYear()>2015&&document.write("-"+new Date().getFullYear());</script>, ENTER YOUR COMPANY DETAILS HERE
Where Copyright © 2000
is used, this gives you Copyright © 2000
If you don’t want the starting year, then just remove it.
Copy the full line above, open a HTML embed on your page, and copy the code in. Edit what you like (you can always use notepad to edit first.
You will see the code on your published site, you can change the fonts by styling the parent div
, or the actual html embed itself.
You can now spend that 30 seconds per year looking at websites that have 2018 still on them and shaking your head with disdain. Enjoy.