update bootstrap datepicker
This commit is contained in:
parent
d96b2dfdf9
commit
a1c6d34730
@ -292,7 +292,7 @@
|
||||
.text(dates[this.language].months[month]+' '+year);
|
||||
this.picker.find('tfoot th.today')
|
||||
.text(dates[this.language].today)
|
||||
.toggle(this.todayBtn);
|
||||
.toggle(this.todayBtn !== false);
|
||||
this.updateNavArrows();
|
||||
this.fillMonths();
|
||||
var prevMonth = UTCDate(year, month-1, 28,0,0,0,0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user