According to your output, they all go to 30, which is the same day of
the month as your initial date (11/30/2008), which is what I would
expect.  Except for February, which adjusts down to the nearest date
in that month.

Looks right to me.

-Cameron

On Thu, Apr 2, 2009 at 11:23 AM, Ras Tafari <[email protected]> wrote:
>
> look closely, its not.
> months that have less than november 2008 increment fine, others go to
> the ceiling of 30 days like nov has
>
> #fail
>
> On Thu, Apr 2, 2009 at 11:16 AM, Michael Grant <[email protected]> wrote:
>>
>> Not sure what the problem is you are seeing. It's incrementing by a month.
>>
>>
>> On Thu, Apr 2, 2009 at 11:09 AM, Tony <[email protected]> wrote:
>>
>>>
>>>        <cfset date1 = '11/30/2008' />
>>>       <cfoutput>
>>>               <cfloop from=1  to=6 index = i>
>>>                       <cfset date2 = dateAdd('m', i, date1) />
>>>                       #dateFormat(date2,'mm/dd/yyyy')#                <br
>>> />
>>>               </cfloop>
>>>       </cfoutput>
>>>
>>> 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.
>>>
>>> the output of that code above is:
>>>
>>> 12/30/2008
>>> 01/30/2009
>>> 02/28/2009
>>> 03/30/2009
>>> 04/30/2009
>>> 05/30/2009
>>>
>>> and i would rather it be....
>>>
>>> 12/31/2008
>>> 1/31/2009
>>> 2/28/2009
>>> 3/31/2009
>>> 4/30/2009
>>> 5/31/2009
>>>
>>> what should i be using? this is weird... i supply "m" to get month
>>> increment, but
>>> no dice...
>>>
>>> thanks
>>> tw
>>>
>>>
>>
>>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:293703
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to