you mean like this?
I have no idea how dreamweaver works, but this is the asp....Code:<%@Language=VBScript EnableSessionState=False%> <% option explicit %> <html> <body> <input value="<%= formatdatetime(now, vbLongTime) %>"> <input value="<%= formatdatetime(now, vbShortDate) %>"> </body> </html>
Tom




Reply With Quote