<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014702" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014702</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/newdateasp#comment-1084712</link>
    <description> &lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;It works perfectly!&lt;/p&gt;
&lt;p&gt;This is the best source to knowledge; these forums are great! (not as great as what I am making, but still... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;)&lt;/p&gt;
&lt;p&gt;Have a good one!&lt;br /&gt;
~Casper&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Jul 2001 15:04:14 +0000</pubDate>
 <dc:creator>hotcut</dc:creator>
 <guid isPermaLink="false">comment 1084712 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/newdateasp#comment-1084710</link>
    <description> &lt;p&gt;There&#039;s a couple ways to do this:&lt;/p&gt;
&lt;p&gt;If CDate(lastpost) &amp;gt; CDate(lastvisit) Then&lt;br /&gt;
&#039;new thread&lt;br /&gt;
Else&lt;br /&gt;
&#039;old thread&lt;br /&gt;
End If&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;If DateDiff(&quot;h&quot;,CDate(lastvisit),CDate(lastpost)) &amp;gt; 0 Then&lt;br /&gt;
&#039;new thread&lt;br /&gt;
Else&lt;br /&gt;
&#039;old thread&lt;br /&gt;
End If&lt;/p&gt;
&lt;p&gt;The &quot;h&quot; is for hour, so the DateDiff compares the results down to the hour.&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Jul 2001 14:38:36 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1084710 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
