http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Date.html#methodSummary

says: 

If you pass two or more arguments, the Date object is assigned a time value 
based on the argument values passed, which represent the date's year, month, 
date, hour, minute, second, and milliseconds.

--- In flexcoders@yahoogroups.com, "luvfotography" <ygroups@...> wrote:
>
> Why does:
> trace((new Date(2012,01,15)).toString());
> and
> trace((new Date('2012','01','15')).toString());
> 
> return:
> 
> Wed Feb 15 00:00:00 GMT-0800 2012
> 
> February??
>


Reply via email to