Cool - thanks Jesse.  

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com



>>-----Original Message-----
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of JesterXL
>>Sent: Thursday, December 08, 2005 1:11 PM
>>To: Flashcoders mailing list
>>Subject: Re: [Flashcoders] Calculating future date
>>
>>Not sure if this takes leap-year into acccount; assume it does.
>>
>>var today:Date = new Date();
>>var future:Date = new Date();
>>future.setDate(future.getDate() + 3023);
>>trace(today);
>>trace(future);
>>
NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to