我遇到了問題,我的頭文件設置JqueryUI日曆的日期範圍。無法爲Jquery UI日曆設置日期範圍
這...
$(function() {
$('#DOB').datepicker({
changeMonth: true,
changeYear: true,
dateFormat: 'd MM yy',
minDate: new Date(1900, 11 - 1, 6)
});
});
奇怪的是給了我一個範圍的歲月2000 - 2020年所有我想要做的是在開始1900年結束日期是今天。
真棒,謝謝akiller! – swisstony 2010-02-15 01:37:56
配置選項https://jqueryui.com/datepicker/#min-max – jruzafa 2015-10-05 07:33:25