#32003/7/4 15:04:30
搞定了,脑袋一下子转不过弯来。
n_year=trim(request.form("n_year"))
n_month=trim(request.form("n_month"))
n_day=trim(request.form("n_day"))
if n_year="" or n_month="" or n_day="" then
response.write ("")
elseif not isnumeric(n_year) or not isnumeric(n_month) or not isnumeric(n_day) then
response.write ("")
else
xxyxsj=formatdatetime((n_year)&"-"&(n_month)&"-"&(n_day),2)
if not isdate(xxyxsj) then
response.write ("")
end if
xxyxsj=xxyxsj&time()
end if
编辑历史:[这消息被arhui编辑过(编辑时间2003-07-07 10:41:28)]
难人一个……