	$(function() {
		$( ".date_start" ).datepicker({ dateFormat: 'yy-mm-dd' });
		$( ".date_end" ).datepicker({ dateFormat: 'yy-mm-dd' });
	});
