you mean like this?

Code:
<%@Language=VBScript EnableSessionState=False%>
<% option explicit %>
<html>
<body>

<input value="<%= formatdatetime(now, vbLongTime) %>">
<input value="<%= formatdatetime(now, vbShortDate) %>">

</body>
</html>
I have no idea how dreamweaver works, but this is the asp....


Tom