$(function() {
	$("#datepicker").datepicker({dateFormat: 'yy-mm-dd', minDate: 1, maxDate: '+12M +1D'});
});
