View Single Post
Old 10-29-2002, 03:29 AM  
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Between your head tags:
PHP Code:
<script language="JavaScript">
<!--
day = new Date();
strday = (day.getMonth() + 1) + '/' day.getDate();
function 
sd(){ document.write(strday); }
//-->
</script> 
Where you want the date to appear:
PHP Code:
<script language="JavaScript">
<!--
sd();
//-->
</script> 
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote