$(document).ready(function() {
	$('#txtDate').datepicker({ 
	    dateFormat: "yy-mm-dd"
	});
});