发布网友 发布时间:2022-04-23 16:58
共5个回答
热心网友 时间:2023-10-09 22:43
在asp获取时间的年月日:热心网友 时间:2023-10-09 22:44
DateTime.Now热心网友 时间:2023-10-09 22:44
year(rs1("time"))热心网友 时间:2023-10-09 22:45
shijian=Year(rs("time"))&"年"&Month(rs("time"))&"月"&Day(rs("time"))&"日"热心网友 时间:2023-10-09 22:45
<%=datepart("yyyy",rs1("time"))%>年<%=datepart("m",rs1("time"))%>月<%=datepart("d",rs1("time"))%>日