// JavaScript Document
$(function() {
	//$("#datepicker").datepicker();
	$('#datepicker').datepicker({dateFormat: 'MM d, yy'});
});
