add showothermonths to ui datepickers
This commit is contained in:
parent
f59cacb0df
commit
f22cd5f2e7
src/inputs/dateui
@ -174,7 +174,8 @@ $(function(){
|
||||
datepicker: {
|
||||
firstDay: 0,
|
||||
changeYear: true,
|
||||
changeMonth: true
|
||||
changeMonth: true,
|
||||
showOtherMonths: true
|
||||
},
|
||||
/**
|
||||
Text shown as clear date button.
|
||||
|
@ -68,7 +68,8 @@ Automatically shown in inline mode.
|
||||
buttonImageOnly: true,
|
||||
firstDay: 0,
|
||||
changeYear: true,
|
||||
changeMonth: true
|
||||
changeMonth: true,
|
||||
showOtherMonths: true
|
||||
},
|
||||
|
||||
/* disable clear link */
|
||||
|
Loading…
x
Reference in New Issue
Block a user