the coldfusion reference has all functions, not only listed alphabetically, but also grouped by category (including a date category).
http://livedocs.adobe.com/coldfusion/7/htmldocs/00000354.htm i have to assume checking there would have been easier than beating your head as well :) On 7/25/07, Dae <[EMAIL PROTECTED]> wrote: > Thanks everyone!! Now that sure was easier then sitting here beating my > head for the last hour. > > On 7/25/07, Andrew Tyrone <[EMAIL PROTECTED]> wrote: > > > > > I know <cfoutput>#dateformat(now(),'mmm yyyy')#</cfoutput> > > > will put out > > > current month and year (Jul 2007). > > > > Subtract from the current month using DateAdd() and a negative number for > > the month: > > > > #DateFormat(DateAdd("m",-1,Now()),'mmm yyyy')# > > > > Andy > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284546 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

