* fix the bug of datepicker under ie.
This commit is contained in:
@@ -20,7 +20,8 @@ Date.abbrDayNames = ['星期天', '星期一', '星期二', '星期三', '星
|
||||
Date.monthNames = ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'];
|
||||
|
||||
$(function() {
|
||||
$(".date").datePicker({createButton:true, startDate:'2000-1-1'})
|
||||
startDate = new Date(2011, 1, 1);
|
||||
$(".date").datePicker({createButton:true, startDate:startDate})
|
||||
.dpSetPosition($.dpConst.POS_TOP, $.dpConst.POS_RIGHT)
|
||||
});
|
||||
</script>
|
||||
|
||||
2
www/js/jquery/datepicker/min.js
vendored
2
www/js/jquery/datepicker/min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user