Closed erikverheij closed 11 years ago
That is correct - in javascript, along with most languges, month is zero-based (0=Jan, 11=Dec) - I left it like this as I felt that using the array method, you were directly manipulating the date object.
Ah I see.. thx for the other bug fixes!
Hi,
If I set defaultValue: [2012,8,1]. Datebox creates the following date; 2012-9-1.
Regards, Erik