$(document).ready(function() {
  $('.date-pick').datePicker({startDate:'01/01/2008',clickInput:true});  
});
