$(document).ready(function(){


	$('.datebox').datepicker({
		dateFormat: 'yy-mm-dd'
	});


	
});

