|
ASP Sample Codes:
Display Current Date/Time Send Email
|
Today is: 9/8/2008
The current time is: 6:59:22 AM PST
<%@ Language=VBScript %>
<html>
<head><title>AtFreeWeb Time</title>
</head>
<body>
Today is: <%=date%> <BR>
The current time is: <%=time%> PST<BR>
</body>
</html> |
|