Skip to content

In the footer, make the copyright year dynamic. #11

@egeuysall

Description

@egeuysall

This is the solution:

const currentDate = new Date();
const year = currentDate.getFullYear();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions