asp中我想取時間如
<%
str=now
str=replace(str
str=replace(str
str=replace(str
str=replace(str
str=replace(str
response
%>
Function GetYYYYMMDDHHIISS(d
YYYY=Year(d)
MM=Month(d)
DD=Day(d)
HH=Hour(t)
II=Minute(t)
SS=Second(t)
If Len(YYYY) =
YYYY=
End If
If Len(MM)=
MM=
End If
If Len(DD)=
DD=
End If
If Len(HH)=
HH=
End If
If Len(II)=
II=
End If
If Len(SS)=
SS=
End If
GetYYYYMMDDHHIISS=YYYY & MM & DD & HH & II & SS
End Function
From:http://tw.wingwit.com/Article/program/net/201311/13501.html