Capturing Todays Date

C

carmen

Why not set up a variable that gets the date from the
server (of course, this is an asp page not an html page):
DateNow = <%=date%>

Then enter it into whatever form field you have:
<input name="Date" type="text" id="date" value=DateNow>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top