Update bootstrap-editable.js
I just put the current Year for the default maxDate (combodate).
This commit is contained in:
parent
8de8dde8b6
commit
76cdd53091
@ -4418,7 +4418,7 @@ $(function(){
|
|||||||
//initial value, can be `new Date()`
|
//initial value, can be `new Date()`
|
||||||
value: null,
|
value: null,
|
||||||
minYear: 1970,
|
minYear: 1970,
|
||||||
maxYear: 2015,
|
maxYear: new Date().getFullYear(),
|
||||||
yearDescending: true,
|
yearDescending: true,
|
||||||
minuteStep: 5,
|
minuteStep: 5,
|
||||||
secondStep: 1,
|
secondStep: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user