Many friends want to display new pictures in the latest news so that visitors can quickly find newly updated content. The principle is to judge the actual new text within 2 days of the date.
<%if DateDiff(d,rs(date),date())<2 then%><font color=#4FC5D9>NEW</font><%end if%>
Show new pictures within seven days
<%if Date()-rs(news_date)<7 then %> <img border=0 src=imges/new.gif ><%end if%>