Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display icon When new message is posted on a message board

Status
Not open for further replies.

Alllaw

IS-IT--Management
May 30, 2000
1
0
0
US
I would like to find some code or function that would put an icon on the homepage of a website when the message is less than say 2 weeks old.  Can anyone help?
 
Maybe u can use this: <br><br>&lt;%if datediff(&quot;ww&quot;, myDate, date) &lt;= 2 then%&gt;<br>&nbsp;&nbsp;&lt;img src=&quot;myIcon.gif&quot;&gt;<br>&lt;%end if%&gt;<br><br>okay?<br><br>you can also use the datepart() function perhaps...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top