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