Below code will help you to get full year in next JS.
function year() {
const date = new Date();
const year = date.getFullYear();
return (
<>
<div>Current year is {year}</div>
</>
)
}
export default year;
Below code will help you to get full year in next JS.
function year() {
const date = new Date();
const year = date.getFullYear();
return (
<>
<div>Current year is {year}</div>
</>
)
}
export default year;
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Vitor Alecrim -
David Asaolu -
Ahmed Rakan -
Zahra Sandra Nasaka -
Top comments (0)