我想强制用户只使用下拉菜单和日历来选择 DatetimePicker 控件中的日期。
我不希望他们选择控件,然后使用向上和向下箭头键更改日期。
我怎样才能防止他们使用箭头键?
非常感谢任何帮助。
<script type="text/javascript">
$(function () {
$(".datepicker").datepicker({
changeMonth: true,
changeYear: true
});
});
$(function () {
$(".datepickerApplyyear").datepicker({
changeMonth: true,
changeYear: true,
yearRange: '0+100'
});
});
</script>
财政年度: