.NET has a nice set of date functions that will allow you to add or 
subtract days from a selected date. 

For Example: 

my date is 12/31/2004
myDate.AddDays(1) would set the myDate equal to 01/01/2005

>From reading the documentation, I don't see such capabilities in the 
Flex Date class. Is there any such functionality WITHOUT re-inventing 
the wheel and writing your own function from scratch?

Thanks,
Alex





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to