开发者

Can Datepicker be used as a month Calendar picker?

I wonder if it is possible 开发者_StackOverflow中文版to user Jquery ui datepicker to only show the month/year part and not the days.

I know I can get the month and year with changeMonth and changeYear options, but how can I prevent the days from showing at all?


Try using CSS:

.ui-datepicker-calendar { 
   display: none; 
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜