$(function() {
	$('input.date').datepicker({
		clickInput: true,
		dateFormat: 'yy-mm-dd'
	});
});
