<form name="date"> <input type=text size=11 name="forms"> </font> <script language="Javascript"> <!-- // please keep these lines on when you copy the source // made by: Nicolas - http://www.javascript-page.com var today = new Date() var month = today.getMonth() + 1 var day = today.getDate() var year = today.getFullYear() var s = "/" document.date.forms.value = month + s + day + s + year //--> </script>