Month parameter of the setFullYear method,
April 7, 2009 at 6:17 AM
i'm new to the world of javascript. why does the month parameter have a range from 0 to 11 when 1 to 12 would have been intuitive. it seems that to get November, for example, the month has to be set to 10 - not very intuitive. Is there any reasoning behind why it is the way it is?
View All Comments