【发布时间】:2012-01-20 06:51:53
【问题描述】:
我需要在我的 jquery ui datepicker 中将其他月份显示为“-”。
$( "#datepicker" ).datepicker({
showOtherMonths: true
});
上面的代码显示了其他月份的日期。但是,我需要将其他月份的日期显示为“-”。
例如,
请任何人帮助..
【问题讨论】:
标签: jquery jquery-ui datepicker jquery-ui-datepicker