top of page

Auto Year Copyright Update



Code for the "masterPage.js" File


$w.onReady(function () {
    const today = new Date();
    const year = today.getFullYear();

    $w('#copyrightText').text = `© ${year} Wix Fix | All Rights Reserved`;
});
 

Enjoy!

bottom of page