View Single Post
Old 10-12-2012, 11:41 AM  
Va2k
I’m still alive barley.
 
Va2k's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,060
Quote:
Originally Posted by Colmike7 View Post
<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>

Thanks that worked great had to change + month + with day Thank you rthank you thank you
__________________

Last edited by Va2k; 10-12-2012 at 11:42 AM..
Va2k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote