$(function() {
	$(".datepicker").datepicker({
		dateFormat: "yymmdd"
	});
});

