On Thu, Apr 2, 2009 at 11:09 AM, Tony <[email protected]> wrote: > very simple code. however, its behaving like i dont want it to. > id rather see it increment by a MONTH, not same day next month.
Define month when incrementing. 1) Same day next month 2) Date + 30 days forward 3) Date + number of days in this month 4) Date + number of days in next month I suspect however Java defined "month" is how CF defines it. -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim: cameroncf email: [email protected] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:293697 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
