开发者

Can Datepicker be used as a month Calendar picker?

开发者 https://www.devze.com 2023-04-07 16:59 出处:网络
I wonder if it is possible 开发者_StackOverflow中文版to user Jquery ui datepicker to only show the month/year part and not the days.

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

精彩评论

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

关注公众号