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
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284538
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to