求asp网页调用新闻时间不显示年份只显示日月代码
答案:2 悬赏:40 手机版
解决时间 2021-03-24 06:39
- 提问者网友:溺爱和你
- 2021-03-23 22:07
求asp网页调用新闻时间不显示年份只显示日月代码
最佳答案
- 五星知识达人网友:千夜
- 2021-03-23 23:18
<%
theTime = now() ' 当前系统时间
theTime = rs("news_time") '读取数据库字段值
theMonth = month(theTime) '得到月份
theDay = day(theTime)
%>
<%=theMonth & "月" & theDay & "日"%>
<%=theMonth & "." & theDay %>
theTime = now() ' 当前系统时间
theTime = rs("news_time") '读取数据库字段值
theMonth = month(theTime) '得到月份
theDay = day(theTime)
%>
<%=theMonth & "月" & theDay & "日"%>
<%=theMonth & "." & theDay %>
全部回答
- 1楼网友:洒脱疯子
- 2021-03-24 00:22
<%=FormatDateTime(rs("Time"),2)%>
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯