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
Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.
Nomadev -
Daniel Griffiths -
Yan Levin -
sharathchandark -
Top comments (0)