I want to customize the DatePicker from the documentation of Pickadate JS. These are the following options I want to apply for the date picker.
$(element).pickadate({ selectMonths: true, container: 'body', min: [ 1900,1,1 ], max: [ 2017,1,1 ], startYear: '1920', format: 'dd-mm-yyyy', formatSubmit: 'yyyy/mm/dd', });