Skip to content Skip to sidebar Skip to footer

Error In Picking Up Month From Datepicker

Please have a look at the following code

Solution 1:

This is because it starts from 0.

As

0 - January

1 - February

2 - March

3 - April...

Check this.

month - The month that was set (0-11) for compatibility with Calendar.

Post a Comment for "Error In Picking Up Month From Datepicker"