Heisenberg submitted a new resource:
You must be registered for see links
- JavaScript: Copyright Year GenerationvB Version: 3.8.x
Just because a bunch of people wanted me to release this. Here's a little JavaScript I wrote that you can place in your copyright statement to keep your year up to date. Just put it where you want the year to display:
Code:<script type="text/javascript"> d = new Date(); y = d.getFullYear(); document.write(y); </script>
OR
Code:<script type="text/javascript">d = new Date();y = d.getFullYear();document.write(y);</script>
They...
You must be registered for see links
Last edited:
