$.each($('.js-datepicker'), function() {
        $(this).datepicker({
          minDate: 0,
          dateFormat: 'yy-mm-dd'
        });