When I do this:
var now:Date = new Date();
and debug:
now = 06/01/2009
today's date is:
07/20/2009
Can anyone help please?
Date Helpmonths are zero-based so your month looks ok.?your date is incorrect though so either your computer's date is incorrectly set or your code generating the date is wrong.
No comments:
Post a Comment