$(function()
{
  $('.date-pick').datePicker({startDate:'2001-01-01'});
});
