><cfif datePart("h", now()) gt 16 and datePart("h", now()) lt 2)>
> ...links...
></cfif>
shouldn't it be...
<cfif datePart("h", now()) ge 16 OR datePart("h", now()) lt 2)>
GE (greater or equal to) on the 16 so you get all of the 4pm hour (GT would
have precluded 4:00 to 4:59) and "OR" as there's no way the hour could be
GT (or GE) 16 and LT 2 at the same time.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

