Hi!
Since full year is a number, you can just add 1.
$w("#2019date").text = (today.getFullYear() + 1).toString()
I hope this helps.
Hi!
Since full year is a number, you can just add 1.
$w("#2019date").text = (today.getFullYear() + 1).toString()
I hope this helps.