对于jquery datepicker使用:
$(".datepicker").datepicker({ minDate: 0 });
对于Bootstrap版本,使用:
$(".datepicker").datepicker({ startDate: new Date() });