---------- Original Message ---------------------------------- From: "Everett, Al" <[EMAIL PROTECTED]> >You need to format it. > >#DayOfWeekAsString(Now())#, #DateFormat(Now(),"mmmm d, yyyy")# at >#TimeFormat(Now(),"h:mmtt")#
Actually, you can combine those first two functions into one: #DateFormat(Now(),"dddd, mmmm d, yyyy")# (that gives you the Day of the Week as a string along with the rest of the date formatting) Scott -------------------------------- Scott Brady http://www.scottbrady.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

