Hi All
I am setting date to the same date + 0 and being given wrong month
var d:Date = new Date();
d.setDate(sDate.getDate()+i);
sDate = {day=7,month=3,year=2009}
d = {day=7,month=4,year=2009}
moshe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---