Tim Huesken

Results 11 comments of Tim Huesken

@hfrid I'd configure my datepicker as described [here](http://amsul.ca/pickadate.js/date/#disable-dates-all) So in your case: ``` $('.datepicker').pickadate({ disable: [ true, [2017,1,1], [2017,2,1], [2017,3,1], [2017,4,1], [2017,5,1], [2017,6,1], [2017,7,1], [2017,8,1], [2017,9,1], [2017,10,1], [2017,11,1], [2017,12,1] ]...