Back

Back

Back

Current Year Auto Updater

Current Year Auto Updater

Page Contents

Page Contents

Page Contents

Use this overide to auto update any date to the current year. Great for copyright notices.
Use this overide to auto update any date to the current year. Great for copyright notices.
Use this overide to auto update any date to the current year. Great for copyright notices.

Use this overide to auto update any date to the current year. Great for copyright notices.

It’s a basic feature, I know—but a useful one.

The standard copyright notice at the bottom of every website, complete with the current year, is an essential part of any footer.

This simple override ensures the date is always up-to-date, no matter the year. With hundreds of sites, who has time to go back and manually update the copyright date?

Now, you don’t have to. Just add this override and forget about it. You’re welcome!

If you are not sure how to add code to Framer watch this quick video.

Current Year Auto Updater

Framer Code Overide

1.0

1.0

1.0

1.0

// A custom Framer code override by Chris Kellett - Framerverse
// Get more components at www.framerverse.com
// Current Year Overide for Framer
// Version 1.0

import { Override } from "framer"

export function CurrentYear(): Override {
    // Get the current year
    const currentYear = new Date().getFullYear()

    // Return an override object
    return {
        // Override the text property with the current year
        text: currentYear.toString(),
    }
}

CLICK TO COPY

// A custom Framer code override by Chris Kellett - Framerverse
// Get more components at www.framerverse.com
// Current Year Overide for Framer
// Version 1.0

import { Override } from "framer"

export function CurrentYear(): Override {
    // Get the current year
    const currentYear = new Date().getFullYear()

    // Return an override object
    return {
        // Override the text property with the current year
        text: currentYear.toString(),
    }
}

CLICK TO COPY

// A custom Framer code override by Chris Kellett - Framerverse
// Get more components at www.framerverse.com
// Current Year Overide for Framer
// Version 1.0

import { Override } from "framer"

export function CurrentYear(): Override {
    // Get the current year
    const currentYear = new Date().getFullYear()

    // Return an override object
    return {
        // Override the text property with the current year
        text: currentYear.toString(),
    }
}

CLICK TO COPY

What is it?

Use this overide to auto update any date to the current year. Great for copyright notices.

What is it?

Use this overide to auto update any date to the current year. Great for copyright notices.

What is it?

Use this overide to auto update any date to the current year. Great for copyright notices.

How to use.

Click in the code are below to copy the code to your clipboard. Then click the 'plus' button int the assets panel for 'Code'. Choose if its an overide or Component. Paste the code in and save.

How to use.

Click in the code are below to copy the code to your clipboard. Then click the 'plus' button int the assets panel for 'Code'. Choose if its an overide or Component. Paste the code in and save.

How to use.

Click in the code are below to copy the code to your clipboard. Then click the 'plus' button int the assets panel for 'Code'. Choose if its an overide or Component. Paste the code in and save.

Usage Licence

I'm happy for you to use this code in your projects, even templates. If you use it please keep my accreditation in the code. Please don't sell it as your own. (Hover for full licence).

Usage Licence

I'm happy for you to use this code in your projects, even templates. If you use it please keep my accreditation in the code. Please don't sell it as your own. (Hover for full licence).

Usage Licence

I'm happy for you to use this code in your projects, even templates. If you use it please keep my accreditation in the code. Please don't sell it as your own. (Hover for full licence).

Change Log

//October 26th 2024
// Version 1.0

Figma to Framer

Support

If you need support first watch the help video above. If that does not help reach out to me on one of my social channels or use the contact form. As I am a team of one it may take a short while to get back to you. Please be patient, thanks.

Hope this helps. Good luck with your project.