-
Hi dear @LeonidS
Thank you for your help. I have tried the code but it didn't work. You forgot to add:
document.write
So I have added it like this and it worked:
<script>document.write(new Date().getFullYear());</script>
Thanks
Hi dear @LeonidS
Thank you for your help. I have tried the code but it didn't work. You forgot to add:
document.write
So I have added it like this and it worked:
<script>document.write(new Date().getFullYear());</script>
Thanks
I guess, you already had the palce to insert this value :-) Anyway, it nice that it has been resolved.