diff --git a/js/controllers/form/FormHandler.js b/js/controllers/form/FormHandler.js index 5d0c634c78a..670a626002c 100755 --- a/js/controllers/form/FormHandler.js +++ b/js/controllers/form/FormHandler.js @@ -64,6 +64,8 @@ $form.find('.datepicker').each(function() { var $this = $(this); $this.datepicker({ + changeMonth: true, + changeYear: true, altField: '#' + $this.prop('id') + '-altField', altFormat: 'yy-mm-dd', dateFormat: $('#' + $this.prop('id') + '-altField')