Another workaround would be to set a year in the future, which will never be shown because of the
maxDate restriction:
- $('#date_completed').datepicker({changeMonth: true, changeYear: true, maxDate: '+0d',
- showOtherMonths: true, selectOtherMonths: true, yearRange: '1990:2020'});