http://www.cfquickdocs.com/?getDoc=DayOfWeek
DayOfWeek() Description: Determines the day of the week, in a date. Returns: The ordinal for the day of the week, as an integer in the range 1 (Sunday) to 7 (Saturday). So, switch DayOfWeek(Now()) case 1,7 -> weekend. On Wed, May 14, 2008 at 9:38 AM, Nate Willard <[EMAIL PROTECTED]> wrote: > Any suggestions on how to determine on Request, if the current date/time is a > weekday or weekend? > > Thanks > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305215 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

