[thelist] ASP Date? (fwd)

Scott Dexter sgd at ti3.com
Mon Nov 5 10:22:23 CST 2001


> 
> In ASP, how do I insert the current date into a variable?
> 


<%
' without the current time
myDate = Date

' with the current time
myDateTime = Now

%>


sgd




More information about the thelist mailing list