Datepicker: How to display only the current year?
I use this:
-
$("#datepicker").datepicker('option', 'numberOfMonths', [4, 3]);
However, the current date is displayed in the first month. I want Datepicker to display the whole year so that it would start from Jan
Thanks in advance.