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