Get the current day of the week. Then add 6-X, where X is the day of the week. So, today, which is Thursday, would return 4, so Saturday is today+2 days. (Use DateAdd.) To get the next three Saturdays, just add 7 days to the original Saturday variable.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Brad Roberts [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 13, 2002 2:24 PM > To: CF-Talk > Subject: Next 4 Saturdays > > > I need to display the next 4 Saturday's dates in a select > box. Anyone have > any ideas for a "neat" solution? > > -Brad > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

