Closed GoogleCodeExporter closed 9 years ago
Javascript has a zero based index for months in the date object. When you
expect
Janurary to be 1 it is actually 0. All the standard month numbers are 1 less
so in
your case if you want an event in August (8th month) you should use 7 because
Jan is 0
instead of 1.
Original comment by k.leneau@gmail.com
on 6 Aug 2009 at 5:31
This deals only with the new Date() function.
new Date(2009, 8, 14)
Which renders one month off.
Original comment by bill.fet...@gmail.com
on 15 Sep 2009 at 5:53
Original issue reported on code.google.com by
Craig...@gmail.com
on 6 Aug 2009 at 9:21