![]() |
Script/java help please take a look
Hey folks what I am looking for is a little script that will show say todays date like Last Update: 10-12-2012 only! Not like, Last Update: Fri Oct 12 14:26:13 2012.
this is what I was using Code:
<script>document.write(Date()+".")</script> any smart peeps ready to help lol Thanks :thumbsup |
https://www.google.com/search?client...utf-8&oe=utf-8 maybe find it here?
|
just a couple of lines
|
a couple of lines
|
Quote:
|
Quote:
|
<script type="text/javascript">
var date = new Date(); var day = date.getDate(); var month = date.getMonth() + 1; var year = date.getFullYear(); document.write("<b>Last Updated :</b> "+day + "-" + month + "-" + year); </script> :upsidedow |
Quote:
|
Quote:
var date = new Date(); var day = date.getDate(); var month = date.getMonth() + 1; var year = date.getFullYear(); document.write("<b>Last Updated :</b> "+month + "-" + day + "-" + year); </script> :upsidedow |
um Thread closed lmao Thanks everyone for the help
|
scourged
|
All times are GMT -7. The time now is 07:32 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123