Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- function ShowNowYear() {
- var now = new Date();
- var year = now.getFullYear();
- document.write(year);
- }
- </script>
- ©<script>ShowNowYear();</script> MyName
Advertisement
Add Comment
Please, Sign In to add comment