working thanks!
|
Thanks, much!
Any reason you didn't do: Code:
d = new Date();document.write(d.getFullYear()); |
^ no reason.
This can be done by using this code as well. Code:
<script type="text/javascript">document.write(new Date().getFullYear())</script> |
How do you get it to say the following:
Copyright © 2017 Forum Name. |
HTML Code:
Copyright © <script type="text/javascript">d = new Date();y = d.getFullYear();document.write(y);</script> Forum Name |
Thank you!
|
All times are GMT. The time now is 01:32 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|