Dynamically update copyright date in SCA footer

The copyright date in the footer of SCA will be having the default value of the suitecommerce release year.

The year needs to update manually each year.

The below code can be used to set the value dynamic.

Copyright © document.write(new Date().getFullYear()), All Right Reserved

Based on the version, can use extension or custom module.

Leave a comment

Your email address will not be published. Required fields are marked *