$(document).ready(function (){
	$("#dateStart,#dateEnd").datepicker({
		dateFormat: "M d, yy"
	});
});
