Hello I have a problem with the datepicker. I see the days and not only the months I mean instead of having this :
I get this :
Here is my code :
<input type="text" id="datepicker" />
and here is the js :
$("#datepicker").datepicker( {
format: "mm-yyyy",
viewMode: "months",
minViewMode: "months"
});
Could you help me please ?
Thank you very much !