有这个:
$(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
});
});
这是结果:
如何确保我可以选择另一个月,例如:
答案 0 :(得分:0)
我的不好,只是忘了在我的页面中添加到jquery-ui的链接:
<link type="text/css" href="<%=whatIsContextPath%>/stylesheet/jquery-ui-1.8.16.custom.css" rel="stylesheet" />