The docs on the date class <http://livedocs.adobe.com/flex/2/langref/Date.html#month> state that the month is zero based
0 = jan
1= feb
...
9=oct

Scott

hugocorept wrote:

Hello all, how you doing ^^

I want to get the month we are by number.
Can some one explain me why is flex saying the Month we are is 9
(Setpember) day 1 ?

trace(dataHoje.toDateString())
trace(dataHoje.month)
trace(dataHoje.monthUTC)
trace(dataHoje.day)

Mon Oct 1 2007
9
9
1

Thanks for all,
Core


Reply via email to