jQuery(function($) { $("#datepicker").datepicker({ minDate: '+1', maxDate: '+2m', dateFormat: 'yy年MMd日(D)', firstDay: 0 }); });