![[PL] ScriptCript – perpetual year2](https://pagelauncher.com/wp-content/uploads/2020/03/PL-ScriptCript-perpetual-year2.jpg)
Are you creating a landing page or website with a copyright on it? Do you have to go in to update the year every singe New Year’s Day? What if you didn’t? I found a genius little snippet that empowers your copyright to have a perpetual date. Add this wherever you want to put the year, and you will have one less thing to on January 1st![code]<script language="javascript" type="text/javascript">
var today = new Date()
var year = today.getFullYear()
document.write(year)
</script>[/code]
Photo by Monica Sauro on Unsplash