无法在datepicker中更改月份

时间:2017-10-11 15:58:55

标签: jquery jquery-ui-datepicker

有这个:

$(document).ready(function() {
            $("#effectiveDate").datepicker({
                dateFormat:'yy-mm-dd',
                minDate: 1,
                maxDate: '+4Y',
                dayNamesMin: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
                showOn: "both",
                buttonImage: "<%=whatIsContextPath%>/images/calendar.gif",
                buttonImageOnly: true,
                selectOtherMonths: true
            });
        });

这是结果:

enter image description here

如何确保我可以选择另一个月,例如:

enter image description here

1 个答案:

答案 0 :(得分:0)

我的不好,只是忘了在我的页面中添加到jquery-ui的链接:

<link type="text/css" href="<%=whatIsContextPath%>/stylesheet/jquery-ui-1.8.16.custom.css" rel="stylesheet" />