//showdate.asp
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<table width="375" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="178">现在日期:</td>
<td width="197"><%=now%> </td>
</tr>
</table>
</body>
</html>