great,
quick question...
When I look to the source code it shows:
2009-<script type="text/javascript">d = new Date();y = d.getFullYear();document.write(y);</script>2012
(or when using a little other script, but doing the same thing: )
2009-<script type="text/javascript">document.write((new Date()).getFullYear());</script>2012
is there a way to only show: 2009-2012
in the source-code?
Friendly greetings,
Valcav
|