$(document).ready(function(){
	$("#execute_date").datepicker({
		minDate: new Date()
	});
});
