Here is a little snippet I put together for those of you looking to automate adding the current year to your website’s copyright statement, privacy statement or terms and conditions.
document.write( new Date().getFullYear().toString());
Here is a little snippet I put together for those of you looking to automate adding the current year to your website’s copyright statement, privacy statement or terms and conditions.
document.write( new Date().getFullYear().toString());