put two date fields in your database, start_date and end_date.. set the 
values for each set of content 5 days apart.. or however far apart you wish.
use SQL like
createodbcdate(now()) BETWEEN start_date AND end_date

At 02:12 PM 4/19/01 -0700, you wrote:
>Is there a way to do a date range from start to end (e.g. a five day span)?
>I want to be able to have content automatically change every week from
>information being stored in a database. The information will be displayed
>only if it falls within that date range criteria (I would build two fields
>"start_date" and "end_date".
>
>Is something like this possible in Cold Fusion?
>
>TIA,
>
>Dayv
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to