Copyright date javascriptjssnippet Displaying the copyright year dynamically on a static page. 12var strFooter = 'TM ® & © ' + new Date().getFullYear() + ' All Rights Reserved.';document.writeln(strFooter);