View Single Post
  #2 (permalink)  
Old 03-05-2008, 09:59 PM
aramesh aramesh is offline
D-Web Programmer
 
Join Date: Mar 2007
Posts: 72
aramesh is on a distinguished road
Default Re: Convert String to Date: new Date(string)

Hi,

Actionscript works slightly differently.

If you want to set the date object you will need to use the relevant set methods for the new object you create.

Take a look at this link for a very detailed run down.

http://www.macromedia.com/support/fl...ionary153.html

Regards,

A.Ramesh
Reply With Quote