这篇文章主要介绍了JS 替换和时间插件的结合使用代码
需要的朋友可以参考下
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
复制代码 代码如下:
// 日期
$(date)datepicker({
changeYear: true
changeMonth: true
minDate:null
maxDate:null
onClose: function(selectedDate) {
$(gapdate)datepicker(optionminDate +m);
}
});
// 日期范围
$(gapdate)datepicker({
changeYear: true
changeMonth: true
maxDate:null
onClose: function(selectedDate) {
var y m d;
var arr = selectedDatesplit();
y = arr[];
m = arr[] ;
d = arr[];
$(date)datepicker(optionmaxDate new Date(y m d));
}
});