ASP新闻发布系统,发布时间与当前日期同步?即昨天发布的,今天打开网站,新闻日期显示为今天日期。 20
[<%=FormatDateTime(rsNews("AddDate"),2)%>]这是新闻日期显示代码,后面的2是调试显示方式的,AddDate在ACC数据中类型为:时...
[<%=FormatDateTime(rsNews("AddDate"),2)%>]这是新闻日期显示代码,后面的2是调试显示方式的,AddDate在ACC数据中类型为:时间/日期!谢谢!
'调用新闻
'..............................................
Sub News(SmallClassName,Num)
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select top "&Num&" * from izhong_News where SmallClassName='"&SmallClassName&"' order by AddDate desc"
rs.open sql,conn,1,1
do while not rs.eof
%>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="5"></td>
</tr>
<tr>
<td ><img src="image/xing.gif"> <a href="ShowNews.asp?ID=<%=rs("ID")%>"><%=cutstr(rs("title"),12)%></a></td>
</tr>
<tr>
<td background="image/line_1.gif" height="5"></td>
</tr>
<%rs.movenext
loop
rs.close
set rs=nothing
%>
</table>
<%
end sub
这是前台调用:<td width="117" >[<%=FormatDateTime(rsNews("AddDate"),2)%>]</td> 展开
'调用新闻
'..............................................
Sub News(SmallClassName,Num)
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select top "&Num&" * from izhong_News where SmallClassName='"&SmallClassName&"' order by AddDate desc"
rs.open sql,conn,1,1
do while not rs.eof
%>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="5"></td>
</tr>
<tr>
<td ><img src="image/xing.gif"> <a href="ShowNews.asp?ID=<%=rs("ID")%>"><%=cutstr(rs("title"),12)%></a></td>
</tr>
<tr>
<td background="image/line_1.gif" height="5"></td>
</tr>
<%rs.movenext
loop
rs.close
set rs=nothing
%>
</table>
<%
end sub
这是前台调用:<td width="117" >[<%=FormatDateTime(rsNews("AddDate"),2)%>]</td> 展开
1个回答
展开全部
FormatDateTime()这个函数错误,或者使用错误,你把这个函数贴上来,才能分析。单纯这行代码没有问题。
更多追问追答
追问
发上来了,帮忙看看
追答
调用新闻的函数里根本没有用到日期。调用新闻的函数只是产生一个单列的表格,表格里根本没有时间的显示。
也就是说,时间显示跟新闻调用是没关系的,也许这不表示新闻的时间。
FormatDateTime()函数是系统自带的,用法也没错。要错的只有rsNews("AddDate")的值,这要查看生成rsNews记录集的SQL查询语句。
网易云信
2023-12-06 广告
2023-12-06 广告
作为在线状态订阅服务的工作人员,我很高兴能够为您解答疑问。在线状态订阅是一种方便、快捷的服务,它允许用户通过简单的设置,自动接收来自特定网站或应用的状态更新。订阅服务可以包括各种不同类型的状态更新,例如社交媒体的状态更新、新闻网站的更新、电...
点击进入详情页
本回答由网易云信提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询