add showothermonths to ui datepickers

This commit is contained in:
vitalets 2013-01-05 12:17:22 +04:00
parent f59cacb0df
commit f22cd5f2e7
2 changed files with 4 additions and 2 deletions
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 */