[Ctrl+A 全選 注:如需引入外部Js需刷新才能執行] 復制代碼 代碼如下:
// 日期
$(
changeYear: true
changeMonth: true
minDate:null
maxDate:null
onClose: function(selectedDate) {
$(
}
});
// 日期范圍
$(
changeYear: true
changeMonth: true
maxDate:null
onClose: function(selectedDate) {
var y
var arr = selectedDate
y = arr[
m = arr[
d = arr[
$(
}
});
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/20070.html