Date Time Stamp Question

  • Thread starter Thread starter Qaspec
  • Start date Start date
Q

Qaspec

I'm trying to have my field display the current time but using this the field
returns the following: <%=Now()%>

<input type="text" name="DateStamp" value="<%=Now()%>" size="21"
maxlength="256">
 
Back
Top